Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Dili9320.c110 lcd->display1 |= (ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_BASEE); in ili9320_power_on()
118 lcd->display1 &= ~(ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_BASEE); in ili9320_power_off()
H A Dvgg2432a4.c191 ILI9320_DISPLAY1_GON | ILI9320_DISPLAY1_BASEE | in vgg2432a4_lcd_init()
/openbmc/linux/include/video/
H A Dili9320.h101 #define ILI9320_DISPLAY1_BASEE (1 << 8) macro