Searched refs:low1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/x86/isa/
H A Disa_dma.c437 * - read low1
446 * greater than the low1 value. In this case, low2 and high2 are a
449 * In any other case, low1 and high1 can be considered to be correct.
460 u_long low1, high1, low2, high2; local
486 low1 = inb(waport);
498 if (low1 >= low2) {
499 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-13-stable/sys/x86/x86/
H A Dio_apic.c161 uint32_t low1; local
192 low1 = src->io_lowreg;
193 low1 &= ~IOART_TRGRLVL;
194 low1 |= IOART_TRGREDG | IOART_INTMSET;
196 low1);
197 low1 = src->io_lowreg;
199 low1 |= IOART_INTMSET;
201 low1);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c336 uint32_t low1, low2, u32; local
339 low1 = OS_REG_READ(ah, AR_TSF_L32);
342 if (low2 < low1) { /* roll over */
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c332 uint32_t low1, low2, u32; local
335 low1 = OS_REG_READ(ah, AR_TSF_L32);
338 if (low2 < low1) { /* roll over */
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c111 uint32_t low1, low2, u32; local
114 low1 = OS_REG_READ(ah, AR_TSF_L32);
117 if (low2 < low1) { /* roll over */
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c237 uint32_t low1, low2, u32; local
240 low1 = OS_REG_READ(ah, AR_TSF_L32);
243 if (low2 < low1) { /* roll over */
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c842 lin low1, lin high1,
854 D_LOWLINE (result, FILE1) = low1;
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument

Completed in 175 milliseconds