Searched refs:ri_stride (Results 51 - 75 of 77) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dmfb.c290 ri->ri_stride = 2048;
294 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
H A Dtfb.c344 ri->ri_stride = 1280;
348 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
H A Dxcfb.c287 ri->ri_stride = 1024;
291 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddiofb.c175 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dcgtwelve.c470 ri->ri_stride = sc->sc_stride;
H A Dagten.c463 ri->ri_stride = sc->sc_stride;
H A Dtcx.c819 ri->ri_stride = sc->sc_fb.fb_linebytes;
H A Dp9100.c1226 ri->ri_stride = sc->sc_stride;
H A Dzx.c1177 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dwcfb.c370 ri->ri_stride = sc->sc_stride;
H A Dmachfb.c809 ri->ri_stride = ri->ri_width;
1860 printf(" %d %d %d\n", ri->ri_xorigin, ri->ri_yorigin, ri->ri_stride);
1862 ri->ri_bits = (void *)((char *)fb + ri->ri_stride * ri->ri_yorigin +
H A Dvoodoofb.c1247 ri->ri_stride = sc->sc_linebytes;
1826 sc->sc_cache = (ri->ri_width * ri->ri_stride + 3) & 0xfffffffc;
H A Dpm2fb.c474 ri->ri_stride = sc->sc_stride;
H A Dr128fb.c530 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dvncfb.c297 ri->ri_stride = sc->sc_width * ri->ri_depth / 8;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550.c812 ri->ri_stride = sc->width;
H A Digsfb.c424 ri->ri_stride = dc->dc_stride;
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domapfb.c449 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c558 scr->rinfo.ri_stride = scr->stride;
/netbsd-6-1-5-RELEASE/sys/dev/wsfb/
H A Dgenfb.c489 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dcgsix.c1244 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/dev/pci/voyager/
H A Dvoyagerfb.c528 ri->ri_stride = sc->sc_stride;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dffb.c1178 ri->ri_stride = sc->sc_linebytes;
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dcrmfb.c571 ri->ri_stride = ri->ri_width * (ri->ri_depth / 8);
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dudl.c674 sc->sc_ri.ri_stride = sc->sc_width * (sc->sc_depth / 8);

Completed in 206 milliseconds

1234