Home | History | Annotate | Download | only in vgabios

Lines Matching refs:vde

2649  Bit16u crtc_addr,cols,page,vde;
2667 vde = inb(crtc_addr+1);
2670 vde += (((ovl & 0x02) << 7) + ((ovl & 0x40) << 3) + 1);
2671 rows = vde / lines;