Searched refs:vstop (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_ns2501.c220 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);
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfabs_cc.c901 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
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...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc216 struct vstop_notif *vstop = (struct vstop_notif *) event; local
218 prepare_resume_reply (own_buf, vstop->ptid, &vstop->status);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc222 struct vstop_notif *vstop = (struct vstop_notif *) event; local
224 prepare_resume_reply (own_buf, vstop->ptid, vstop->status);

Completed in 141 milliseconds