Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-sa1100/
Dh3600.c31 rc = gpio_request(H3XXX_EGPIO_LCD_ON, "LCD power"); in h3600_lcd_request()
34 rc = gpio_direction_output(H3XXX_EGPIO_LCD_ON, 0); in h3600_lcd_request()
65 gpio_free(H3XXX_EGPIO_LCD_ON); in h3600_lcd_request()
80 gpio_direction_output(H3XXX_EGPIO_LCD_ON, enable); in h3600_lcd_power()
/linux-6.12.1/arch/arm/mach-sa1100/include/mach/
Dh3xxx.h65 #define H3XXX_EGPIO_LCD_ON (H3XXX_EGPIO_BASE + 6) /* enable 3.3V to LCD. active high. */ macro