Searched refs:ILI9320_DISPLAY1_D (Results 1 – 3 of 3) sorted by relevance
113 lcd->display1 |= (ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_BASEE); in ili9320_power_on()121 lcd->display1 &= ~(ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_BASEE); in ili9320_power_off()
193 lcd->display1 = (ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_DTE | in vgg2432a4_lcd_init()
100 #define ILI9320_DISPLAY1_D(x) ((x) << 0) macro