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

  /src/sys/arch/x68k/dev/
ite_tv.c 74 static u_int tv_top; variable in typeref:typename:u_int
84 #define PHYSLINE(y) ((tv_top + (y)) % PLANELINES)
173 tv_top = 0;
667 CRTC.r11 = tv_top * FONTHEIGHT;
699 tv_top = (tv_top + count) % PLANELINES;
700 CRTC.r11 = tv_top * FONTHEIGHT;
718 tv_top = (tv_top + PLANELINES - count) % PLANELINES;
719 CRTC.r11 = tv_top * FONTHEIGHT
    [all...]

Completed in 66 milliseconds