Searched refs:H3XXX_EGPIO_LCD_ON (Results 1 – 3 of 3) sorted by relevance
33 { H3XXX_EGPIO_LCD_ON, GPIOF_OUT_INIT_LOW, "LCD ON" },59 gpio_set_value(H3XXX_EGPIO_LCD_ON, enable); in h3100_lcd_power()
32 { H3XXX_EGPIO_LCD_ON, GPIOF_OUT_INIT_LOW, "LCD power" },60 gpio_direction_output(H3XXX_EGPIO_LCD_ON, enable); in h3600_lcd_power()
69 #define H3XXX_EGPIO_LCD_ON (H3XXX_EGPIO_BASE + 6) /* enable 3.3V to LCD. active high. */ macro