Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/
H A Dh3600.c29 { H3600_EGPIO_LCD_5V_ON, GPIOF_OUT_INIT_LOW, "LCD 5v" },
57 gpio_direction_output(H3600_EGPIO_LCD_5V_ON, enable); in h3600_lcd_power()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Dh3xxx.h75 #define H3600_EGPIO_LCD_5V_ON (H3XXX_EGPIO_BASE + 14) /* enable 5V to LCD. active high. */ macro