HomeSort by: relevance | last modified time | path
    Searched defs:hstop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ns2501.c 218 u16 hstop; /* horizontal total, registers C3/C4 */ member in struct:ns2501_configuration
245 .hstop = 783,
265 .hstop = 1016,
284 .hstop = 1299,
624 ns2501_writeb(dvo, NS2501_REGC3, conf->hstop & 0xff);
625 ns2501_writeb(dvo, NS2501_REGC4, conf->hstop >> 8);
  /src/sys/arch/amiga/dev/
grfabs_cc.c 901 int hstart, hstop, vstart, vstop, j; local in function:display_hires_view
923 hstop = x + (w >> 1);
942 hstop -= d << 1;
967 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
976 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1094 int hstart, hstop, vstart, vstop, j; local in function:display_hires_lace_view
1118 hstop = x + (w >> 1);
1137 hstop -= d << 1;
1162 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
1171 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff)
1323 int hstart, hstop, vstart, vstop; local in function:display_hires_dlace_view
1875 int hstart, hstop, vstart, vstop, j; local in function:display_aga_view
2210 int hstart, hstop, vstart, vstop, j; local in function:display_super72_view
2451 int hstart, hstop, vstart, vstop, j; local in function:display_pal_hires_view
2626 int hstart, hstop, vstart, vstop, j; local in function:display_pal_hires_lace_view
2826 int hstart, hstop, vstart, vstop; local in function:display_pal_hires_dlace_view
3295 int hstart, hstop, vstart, vstop, j; local in function:display_pal_aga_view
    [all...]

Completed in 13 milliseconds