HomeSort by: relevance | last modified time | path
    Searched defs:vstop (Results 1 - 4 of 4) 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
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
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
1349 vstop = y + (h >> 2)
1875 int hstart, hstop, vstart, vstop, j; local
2210 int hstart, hstop, vstart, vstop, j; local
2451 int hstart, hstop, vstart, vstop, j; local
2626 int hstart, hstop, vstart, vstop, j; local
2826 int hstart, hstop, vstart, vstop; local
3295 int hstart, hstop, vstart, vstop, j; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 227 struct vstop_notif *vstop = (struct vstop_notif *) event; local
229 prepare_resume_reply (own_buf, vstop->ptid, vstop->status);
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 227 struct vstop_notif *vstop = (struct vstop_notif *) event; local
229 prepare_resume_reply (own_buf, vstop->ptid, vstop->status);

Completed in 152 milliseconds