Searched refs:low2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/x86/isa/
H A Disa_dma.c441 * - read low2
445 * If a rollover occurs in gap1 or gap2, the low2 value will be
446 * greater than the low1 value. In this case, low2 and high2 are a
460 u_long low1, high1, low2, high2; local
489 low2 = inb(waport);
498 if (low1 >= low2) {
501 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c336 uint32_t low1, low2, u32; local
341 low2 = OS_REG_READ(ah, AR_TSF_L32);
342 if (low2 < low1) { /* roll over */
355 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c332 uint32_t low1, low2, u32; local
337 low2 = OS_REG_READ(ah, AR_TSF_L32);
338 if (low2 < low1) { /* roll over */
351 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c111 uint32_t low1, low2, u32; local
116 low2 = OS_REG_READ(ah, AR_TSF_L32);
117 if (low2 < low1) { /* roll over */
130 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c237 uint32_t low1, low2, u32; local
242 low2 = OS_REG_READ(ah, AR_TSF_L32);
243 if (low2 < low1) { /* roll over */
256 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c843 lin low2, lin high2)
856 D_LOWLINE (result, FILE2) = low2;
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument

Completed in 287 milliseconds