Home
last modified time | relevance | path

Searched refs:ILI9320_DISPLAY1_D (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.c190 lcd->display1 = (ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_DTE | in vgg2432a4_lcd_init()
/openbmc/linux/include/video/
H A Dili9320.h97 #define ILI9320_DISPLAY1_D(x) ((x) << 0) macro