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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dh3600.c42 if (gpio_request(H3600_EGPIO_LVDD_ON, "LCD 9v/-6.5v")) {
43 pr_err("%s: can't request H3600_EGPIO_LVDD_ON\n", __func__);
50 gpio_direction_output(H3600_EGPIO_LVDD_ON, enable);
52 gpio_free(H3600_EGPIO_LVDD_ON);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dh3xxx.h78 #define H3600_EGPIO_LVDD_ON (H3XXX_EGPIO_BASE + 15) /* enable 9V and -6.5V to LCD. */ macro

Completed in 38 milliseconds