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

/freebsd-11.0-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-11.0-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-11.0-release/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c553 uint8_t high2, low6; local
600 high2 = *p & 0xc0;
604 if (high2 > 0) {
605 switch (high2) {
920 uint8_t high2, low6; local
1001 high2 = *p & 0xc0;
1005 if (high2 > 0) {
1006 switch (high2) {
1008 SET_BASE_OP(high2);
1012 SET_BASE_OP(high2);
1335 uint8_t high2, low6; local
[all...]
/freebsd-11.0-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-11.0-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-11.0-release/sys/dev/drm2/i915/
H A Di915_irq.c142 u32 high1, high2, low; local
161 high2 = I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK;
162 } while (high1 != high2);

Completed in 110 milliseconds