/src/sys/arch/sgimips/dev/ |
crmfb.c | 928 int i, bail, tile_width, tlbptr, lptr, j, tx, shift, overhang; local in function:crmfb_setup_video 1005 overhang = sc->sc_width % tile_width; 1006 if (overhang != 0) { 1009 DPRINTF("overhang: %d\n", overhang); 1010 val = (overhang * (depth >> 3)) >> 5;
|
crmfb.c | 928 int i, bail, tile_width, tlbptr, lptr, j, tx, shift, overhang; local in function:crmfb_setup_video 1005 overhang = sc->sc_width % tile_width; 1006 if (overhang != 0) { 1009 DPRINTF("overhang: %d\n", overhang); 1010 val = (overhang * (depth >> 3)) >> 5;
|