Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Dcr_bllcd.c39 #define CRVML_PANEL_ON 0x00000002 macro
102 if (!(cur & CRVML_PANEL_ON)) { in cr_panel_on()
110 cur |= CRVML_PANEL_ON; in cr_panel_on()
132 if (cur & CRVML_PANEL_ON) { in cr_panel_off()
134 outl(cur & ~CRVML_PANEL_ON, addr); in cr_panel_off()