Searched refs:CNTL_LCDPWR (Results 1 – 4 of 4) sorted by relevance
71 #define CNTL_LCDPWR (1 << 11) macro
348 cntl |= CNTL_LCDPWR; in pl111_display_enable()367 if (cntl & CNTL_LCDPWR) { in pl111_display_disable()368 cntl &= ~CNTL_LCDPWR; in pl111_display_disable()
83 #define CNTL_LCDPWR (1 << 11) macro
63 if (val & CNTL_LCDPWR) { in clcdfb_disable()64 val &= ~CNTL_LCDPWR; in clcdfb_disable()104 cntl |= CNTL_LCDPWR; in clcdfb_enable()
Completed in 10 milliseconds