Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/
H A Dh3600.c27 { H3XXX_EGPIO_LCD_ON, GPIOF_OUT_INIT_LOW, "LCD power" },
55 gpio_direction_output(H3XXX_EGPIO_LCD_ON, enable); in h3600_lcd_power()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Dh3xxx.h65 #define H3XXX_EGPIO_LCD_ON (H3XXX_EGPIO_BASE + 6) /* enable 3.3V to LCD. active high. */ macro