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

/freebsd-10.3-release/sys/ia64/isa/
H A Disa_dma.c409 * - read high2
412 * greater than the low1 value. In this case, low2 and high2 are a
426 u_long low1, high1, low2, high2; local
455 high2 = inb(waport);
466 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-10.3-release/sys/x86/isa/
H A Disa_dma.c445 * - read high2
448 * greater than the low1 value. In this case, low2 and high2 are a
462 u_long low1, high1, low2, high2; local
492 high2 = inb(waport);
503 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-10.3-release/sys/pc98/cbus/
H A Dcbus_dma.c379 * - read high2
382 * greater than the low1 value. In this case, low2 and high2 are a
396 u_long low1, high1, low2, high2; local
421 high2 = inb(waport);
432 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-10.3-release/sys/dev/drm/
H A Di915_irq.c145 u32 high1, high2, low, count; local
165 high2 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
167 } while (high1 != high2);
/freebsd-10.3-release/contrib/diff/src/
H A Ddiff3.c843 lin low2, lin high2)
857 D_HIGHLINE (result, FILE2) = high2;
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Di915_irq.c141 u32 high1, high2, low; local
160 high2 = I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK;
161 } while (high1 != high2);

Completed in 164 milliseconds