Searched refs:VDE (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Dgrfabs_et.c475 unsigned short HDE, VDE; local
488 VDE = mode->disp_height - 1;
501 VDE /= 2;
540 regs->crt[CRT_ID_VER_DISP_ENA_END] = VDE;
557 ((VDE & 0x100) ? 0x02 : 0x00) |
561 ((VDE & 0x200) ? 0x40 : 0x00) |
567 ((VDE & 0x400) ? 0x04 : 0x00) |
621 if (VDE < 400)
623 else if (VDE < 480)
626 if (VDE < 40
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dgrf_rt.c298 short FW, clksel, HDE, VDE; local
353 VDE = md->MH-1;
453 | ((VDE & 0x200) / 0x200 * 0x40)
458 | ((VDE & 0x100) / 0x100 * 2 )
486 WCrt (ba, CRT_ID_VER_DISP_ENA_END, VDE & 0xff);
524 | ((VDE & 0x400)/ 0x400 * 0x02)
H A Dgrf_et.c1136 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, local
1193 VDE = gv->disp_height - 1;
1220 VDE /= 2;
1225 VDE *= 2;
1288 ((VDE & 0x100) ? 0x02 : 0x00) |
1292 ((VDE & 0x200) ? 0x40 : 0x00) |
1325 WCrt(ba, CRT_ID_VER_DISP_ENA_END, VDE);
1334 ((VDE & 0x400) ? 0x04 : 0x00) |
H A Dgrf_cl.c1417 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, local
1477 VDE = gv->disp_height - 1;
1518 VDE = VDE * vmul / 2;
1584 ((VDE & 0x100) ? 0x02 : 0x00) |
1588 ((VDE & 0x200) ? 0x40 : 0x00) |
1617 WCrt(ba, CRT_ID_VER_DISP_ENA_END, VDE);
H A Dgrf_rh.c733 short FW, clksel, HDE = 0, VDE; local
818 VDE = md->MH-1;
892 ((VDE & 0x200) / 0x200 * 0x40) |
897 ((VDE & 0x100) / 0x100 * 2) |
932 WCrt(ba, CRT_ID_VER_DISP_ENA_END, VDE & 0xff);
987 ((VDE & 0x400)/ 0x400 * 2 ) |
H A Dgrf_cv.c1299 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, local
1378 VDE = gv->disp_height - 1;
1383 VDE = VDE / 2;
1441 ((VDE & 0x400) ? 0x02 : 0x00) |
1459 ((VDE & 0x100) ? 0x02 : 0x00) |
1463 ((VDE & 0x200) ? 0x40 : 0x00) |
1495 WCrt(ba, CRT_ID_VER_DISP_ENA_END, VDE);
H A Dgrf_cv3d.c1213 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, local
1301 VDE = gv->disp_height - 1;
1306 VDE = VDE / 2;
1364 ((VDE & 0x400) ? 0x02 : 0x00) |
1382 ((VDE & 0x100) ? 0x02 : 0x00) |
1386 ((VDE & 0x200) ? 0x40 : 0x00) |
1418 WCrt(ba, CRT_ID_VER_DISP_ENA_END, VDE);

Completed in 127 milliseconds