/src/sys/arch/amiga/dev/ |
ite_rh.c | 57 static void screen_up(struct ite_softc *, int, int, int); 147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) function in typeref:typename:void 228 screen_up(ip, sy - count, ip->bottom_margin, count);
|
ite_rt.c | 65 static void screen_up(struct ite_softc *, int, int, int); 146 screen_up(struct ite_softc *ip, int top, int bottom, int lines) function in typeref:typename:void 290 /* see screen_up() for explanation of chip-tricks */ 447 screen_up(ip, sy - count, ip->bottom_margin, count);
|
ite_ul.c | 300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines) function in typeref:typename:void 309 printf("screen_up %d %d %d ->",top,bottom,lines); 429 screen_up (ip, sy, ip->bottom_margin, count);
|