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

/freebsd-11-stable/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-stable/sys/x86/isa/
H A Disa_dma.c442 * - read high2
445 * greater than the low1 value. In this case, low2 and high2 are a
459 u_long low1, high1, low2, high2; local
489 high2 = inb(waport);
500 cnt = (low2 + (high2 << 8) + 1) & 0xffff;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c555 uint8_t high2, low6; local
602 high2 = *p & 0xc0;
606 if (high2 > 0) {
607 switch (high2) {
922 uint8_t high2, low6; local
1003 high2 = *p & 0xc0;
1007 if (high2 > 0) {
1008 switch (high2) {
1010 SET_BASE_OP(high2);
1014 SET_BASE_OP(high2);
1337 uint8_t high2, low6; local
[all...]
/freebsd-11-stable/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-stable/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-stable/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 344 milliseconds