OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_maxbpp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
radeonfbvar.h
240
int
sc_maxbpp
;
member in struct:radeonfb_softc
radeonfb.c
663
sc->
sc_maxbpp
= radeonfb_limits[i].maxbpp;
672
ROUNDUP(ROUNDUP(sc->sc_maxx * sc->
sc_maxbpp
/ 8 ,
2392
pitch = (((sc->sc_maxx * sc->
sc_maxbpp
) + ((sc->
sc_maxbpp
* 8) - 1)) /
2393
(sc->
sc_maxbpp
* 8));
Completed in 14 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025