Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsm501fb.c2179 #define SM501_CRT_CTRL_SAVE (SM501_DC_CRT_CONTROL_TVP | \ macro
2193 crt_ctrl &= ~SM501_CRT_CTRL_SAVE; in sm501fb_resume()
2194 crt_ctrl |= info->pm_crt_ctrl & SM501_CRT_CTRL_SAVE; in sm501fb_resume()