Home | History | Annotate | Download | only in dev

Lines Matching defs:tv_top

74 static u_int  tv_top;
84 #define PHYSLINE(y) ((tv_top + (y)) % PLANELINES)
173 tv_top = 0;
667 CRTC.r11 = tv_top * FONTHEIGHT;
699 tv_top = (tv_top
700 CRTC.r11 = tv_top * FONTHEIGHT;
718 tv_top = (tv_top + PLANELINES - count) % PLANELINES;
719 CRTC.r11 = tv_top * FONTHEIGHT;