Home
last modified time | relevance | path

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

/arch/arm/mach-sa1100/
Dh3600.c35 { H3600_EGPIO_LVDD_ON, GPIOF_OUT_INIT_LOW, "LCD 9v/-6.5v" },
63 gpio_direction_output(H3600_EGPIO_LVDD_ON, enable); in h3600_lcd_power()
/arch/arm/mach-sa1100/include/mach/
Dh3xxx.h80 #define H3600_EGPIO_LVDD_ON (H3XXX_EGPIO_BASE + 15) /* enable 9V and -6.5V to LCD. */ macro