Searched refs:CNTL_LCDPWR (Results 1 – 4 of 4) sorted by relevance
71 #define CNTL_LCDPWR (1 << 11) macro
83 #define CNTL_LCDPWR (1 << 11) macro
349 cntl |= CNTL_LCDPWR; in pl111_display_enable()368 if (cntl & CNTL_LCDPWR) { in pl111_display_disable()369 cntl &= ~CNTL_LCDPWR; in pl111_display_disable()
76 if (val & CNTL_LCDPWR) { in clcdfb_disable()77 val &= ~CNTL_LCDPWR; in clcdfb_disable()117 cntl |= CNTL_LCDPWR; in clcdfb_enable()