Home
last modified time | relevance | path

Searched refs:sc_maxbpp (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dradeonfbvar.h240 int sc_maxbpp; member
Dradeonfb.c663 sc->sc_maxbpp = radeonfb_limits[i].maxbpp; in radeonfb_attach()
672 ROUNDUP(ROUNDUP(sc->sc_maxx * sc->sc_maxbpp / 8 , in radeonfb_attach()
2392 pitch = (((sc->sc_maxx * sc->sc_maxbpp) + ((sc->sc_maxbpp * 8) - 1)) / in radeonfb_setcrtc()
2393 (sc->sc_maxbpp * 8)); in radeonfb_setcrtc()