Home
last modified time | relevance | path

Searched refs:fb_pixels (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/dev/sbus/
H A Dcgthree_sbus.c174 fb->fb_pixels = NULL; in cgthreeattach_sbus()
176 fb->fb_pixels = (void *)(u_long)sa->sa_promvaddrs[0]; in cgthreeattach_sbus()
177 if (fb->fb_pixels == NULL) { in cgthreeattach_sbus()
187 fb->fb_pixels = (char *)bus_space_vaddr(sa->sa_bustag, bh); in cgthreeattach_sbus()
H A Dbwtwo_sbus.c180 sc->sc_fb.fb_pixels = (void *)(u_long)sa->sa_promvaddrs[0]; in bwtwoattach_sbus()
181 if (isconsole && sc->sc_fb.fb_pixels == NULL) { in bwtwoattach_sbus()
190 sc->sc_fb.fb_pixels = (char *)bus_space_vaddr(sa->sa_bustag, bh); in bwtwoattach_sbus()
H A Dcgsix_sbus.c184 sc->sc_fb.fb_pixels = (void *)bus_space_vaddr(sa->sa_bustag, bh); in cgsixattach()
H A Dp9100.c317 fb->fb_pixels = (void *)sa->sa_promvaddrs[0]; in p9100_sbus_attach()
353 if (fb->fb_pixels == NULL) { in p9100_sbus_attach()
364 fb->fb_pixels = (char *)sc->sc_fb_memh; in p9100_sbus_attach()
366 sc->sc_fb_memh = (bus_space_handle_t) fb->fb_pixels; in p9100_sbus_attach()
384 fb->fb_pixels = NULL; in p9100_sbus_attach()
H A Dzx.c223 fb->fb_pixels = (void *)bus_space_vaddr(bt, bh); in zx_attach()
224 sc->sc_pixels = (uint32_t *)fb->fb_pixels; in zx_attach()
H A Dagten.c268 fb->fb_pixels = bus_space_vaddr(sc->sc_bustag, sc->sc_i128_fbh); in agten_attach()
512 ri->ri_bits = (char *)sc->sc_fb.fb_pixels; in agten_init_screen()
H A Dmgx.c392 fb->fb_pixels = NULL; in mgx_attach()
/netbsd-src/sys/arch/sun3/dev/
H A Dfbvar.h58 void * fb_pixels; /* display RAM */ member
/netbsd-src/sys/dev/sun/
H A Dfbvar.h77 void * fb_pixels; /* display RAM */ member
H A Dcgthree.c221 memset(sc->sc_fb.fb_pixels, (defattr >> 16) & 0xff, in cgthreeattach()
562 ri->ri_bits = sc->sc_fb.fb_pixels; in cgthree_init_screen()
H A Dbwtwo.c476 ri->ri_bits = sc->sc_fb.fb_pixels; in bwtwo_init_screen()
H A Dcgsix.c618 memset(sc->sc_fb.fb_pixels, ri->ri_devcmap[sc->sc_bg], in cg6attach()
1293 ri->ri_bits = sc->sc_fb.fb_pixels; in cgsix_init_screen()
/netbsd-src/sys/arch/sun2/dev/
H A Dbwtwo_any.c184 sc->sc_fb.fb_pixels = (char *)bh; in bwtwoattach_any()
/netbsd-src/sys/arch/sparc/dev/
H A Dcgsix_obio.c214 sc->sc_fb.fb_pixels = (void *)bh; in cgsixattach()
H A Dbwtwo_obio.c235 sc->sc_fb.fb_pixels = (char *)bh; in bwtwoattach_obio()
H A Dcgfour.c284 fb->fb_pixels = mapiodev(ca->ca_ra.ra_reg, in cgfourattach()
H A Dcgeight.c286 fb->fb_pixels = mapiodev(ca->ca_ra.ra_reg, in cgeightattach()
H A Dcgtwo.c220 fb->fb_pixels = (void *)bh; /* XXX */ in cgtwoattach()
H A Dcgfourteen.c348 sc->sc_fb.fb_pixels = bus_space_vaddr(sc->sc_bustag, bh); in cgfourteenattach()
350 sc->sc_fb.fb_pixels = (void *)fbva[1]; in cgfourteenattach()
778 memset(sc->sc_fb.fb_pixels, in cg14_setup_wsdisplay()
1091 ri->ri_bits = (char *)sc->sc_fb.fb_pixels; in cg14_init_screen()