Searched refs:SM501_DC_CRT_CONTROL_ENABLE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsm501-regs.h302 #define SM501_DC_CRT_CONTROL_ENABLE (1<<2) macro
/linux-master/drivers/video/fbdev/
H A Dsm501fb.c701 control |= SM501_DC_CRT_CONTROL_ENABLE; /* enable CRT plane */
1006 ctrl &= ~SM501_DC_CRT_CONTROL_ENABLE;
1016 ctrl |= SM501_DC_CRT_CONTROL_ENABLE;
1201 ctrl |= SM501_DC_CRT_CONTROL_ENABLE;
1205 ctrl &= ~SM501_DC_CRT_CONTROL_ENABLE;
1692 enable = (ctrl & SM501_DC_CRT_CONTROL_ENABLE) ? 1 : 0;

Completed in 225 milliseconds