Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Docfb.c105 unsigned long bpp_config; in ocfb_setupfb() local
141 bpp_config = OCFB_CTRL_CD8; in ocfb_setupfb()
145 bpp_config |= OCFB_CTRL_PC; /* enable palette */ in ocfb_setupfb()
149 bpp_config |= OCFB_CTRL_CD16; in ocfb_setupfb()
153 bpp_config |= OCFB_CTRL_CD24; in ocfb_setupfb()
157 bpp_config |= OCFB_CTRL_CD32; in ocfb_setupfb()
166 bpp_config |= OCFB_CTRL_VBL8; in ocfb_setupfb()
169 ocfb_writereg(fbdev, OCFB_CTRL, (OCFB_CTRL_VEN | bpp_config)); in ocfb_setupfb()