Home
last modified time | relevance | path

Searched refs:low2 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/bus/isa/x86_64/
H A Disa_dma.c432 u_long low1, high1, low2, high2; in isa_dmastatus() local
459 low2 = inb(waport); in isa_dmastatus()
468 if (low1 >= low2) { in isa_dmastatus()
471 cnt = (low2 + (high2 << 8) + 1) & 0xffff; in isa_dmastatus()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_misc.c334 uint32_t low1, low2, u32; in ar5210GetTsf64() local
339 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5210GetTsf64()
340 if (low2 < low1) { /* roll over */ in ar5210GetTsf64()
353 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5210GetTsf64()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; in ar5211GetTsf64() local
335 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5211GetTsf64()
336 if (low2 < low1) { /* roll over */ in ar5211GetTsf64()
349 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5211GetTsf64()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_misc.c109 uint32_t low1, low2, u32; in ar5416GetTsf64() local
114 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5416GetTsf64()
115 if (low2 < low1) { /* roll over */ in ar5416GetTsf64()
128 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5416GetTsf64()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c235 uint32_t low1, low2, u32; in ar5212GetTsf64() local
240 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5212GetTsf64()
241 if (low2 < low1) { /* roll over */ in ar5212GetTsf64()
254 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5212GetTsf64()
/dragonfly/contrib/cvs-1.12/diff/
H A Ddiff3.c981 create_diff3_block (low0, high0, low1, high1, low2, high2) in create_diff3_block() argument
982 register int low0, high0, low1, high1, low2, high2; in create_diff3_block()
995 D_LOWLINE (result, FILE2) = low2;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-icf-gimple.c913 tree low2 = CASE_LOW (label2); in compare_gimple_switch() local
915 if (!tree_int_cst_equal (low1, low2)) in compare_gimple_switch()
/dragonfly/contrib/diffutils/src/
H A Ddiff3.c906 lin low2, lin high2) in create_diff3_block() argument
919 D_LOWLINE (result, FILE2) = low2; in create_diff3_block()