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

  /src/sys/arch/amiga/dev/
grf_rt.c 298 short FW, clksel, HDE, VDE;
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)
grf_cv3d.c 1213 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS,
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);
grf_rh.c 733 short FW, clksel, HDE = 0, VDE;
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 ) |
grf_cl.c 1417 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS,
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);
grf_et.c 1136 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS,
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) |
grf_cv.c 1299 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS,
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);
  /src/sys/arch/atari/dev/
grfabs_et.c 475 unsigned short HDE, VDE;
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 < 400
    [all...]

Completed in 22 milliseconds