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

/freebsd-10-stable/sys/ia64/isa/
H A Disa_dma.c407 * - read low2
411 * If a rollover occurs in gap1 or gap2, the low2 value will be
412 * greater than the low1 value. In this case, low2 and high2 are a
426 u_long low1, high1, low2, high2; local
454 low2 = inb(waport);
463 if (low1 >= low2) {
466 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-10-stable/sys/pc98/cbus/
H A Dcbus_dma.c377 * - read low2
381 * If a rollover occurs in gap1 or gap2, the low2 value will be
382 * greater than the low1 value. In this case, low2 and high2 are a
396 u_long low1, high1, low2, high2; local
420 low2 = inb(waport);
429 if (low1 >= low2) {
432 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-10-stable/sys/x86/isa/
H A Disa_dma.c443 * - read low2
447 * If a rollover occurs in gap1 or gap2, the low2 value will be
448 * greater than the low1 value. In this case, low2 and high2 are a
462 u_long low1, high1, low2, high2; local
491 low2 = inb(waport);
500 if (low1 >= low2) {
503 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c333 uint32_t low1, low2, u32; local
338 low2 = OS_REG_READ(ah, AR_TSF_L32);
339 if (low2 < low1) { /* roll over */
352 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; local
335 low2 = OS_REG_READ(ah, AR_TSF_L32);
336 if (low2 < low1) { /* roll over */
349 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c109 uint32_t low1, low2, u32; local
114 low2 = OS_REG_READ(ah, AR_TSF_L32);
115 if (low2 < low1) { /* roll over */
128 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c235 uint32_t low1, low2, u32; local
240 low2 = OS_REG_READ(ah, AR_TSF_L32);
241 if (low2 < low1) { /* roll over */
254 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
/freebsd-10-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
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsparc.c1494 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff);
1515 if (low2 != const0_rtx)
1521 gen_rtx_IOR (DImode, op0, low2)));
1490 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff); local

Completed in 131 milliseconds