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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ns2501.c 220 u16 vstop; /* vertical total, registers C7/C8 */ member in struct:ns2501_configuration
247 .vstop = 514,
267 .vstop = 627,
286 .vstop = 1056,
628 ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff);
629 ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8);
  /src/sys/arch/amiga/dev/
grfabs_cc.c 901 int hstart, hstop, vstart, vstop, j; local in function:display_hires_view
925 vstop = y + h;
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
1120 vstop = y + (h >> 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
1349 vstop = y + (h >> 2)
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 12 milliseconds