Home
last modified time | relevance | path

Searched refs:si_bits (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/splash/
H A Dsplash.c253 fb = si->si_bits; in splash_render8()
269 p = si->si_bits; in splash_render8()
288 memcpy(si->si_hwbits, si->si_bits, in splash_render8()
293 rp = si->si_bits + xoff + (yoff * si->si_width); in splash_render8()
327 fb = si->si_bits; in splash_render16()
343 p = si->si_bits; in splash_render16()
359 memcpy(si->si_hwbits, si->si_bits, in splash_render16()
364 rp = si->si_bits + (xoff * 2) + (yoff * si->si_stride); in splash_render16()
392 fb = si->si_bits; in splash_render32()
408 p = si->si_bits; in splash_render32()
[all …]
H A Dsplash.h48 u_char *si_bits, *si_hwbits; member
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dtft.c114 sc->sc_sp_info.si_bits = ri->ri_bits; in tft_attach()
/netbsd-src/sys/dev/wsfb/
H A Dgenfb.c424 scp->sc_splash.si_bits = scp->sc_console_screen.scr_ri.ri_origbits; in genfb_attach()
/netbsd-src/sys/dev/pci/
H A Dradeonfb.c959 dp->rd_splash.si_bits = ri->ri_bits; in radeonfb_attach()