Searched refs:H3XXX_EGPIO_VPP_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 Dh3xxx.c80 gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp);
85 int err = gpio_request(H3XXX_EGPIO_VPP_ON, "Flash Vpp");
87 pr_err("%s: can't request H3XXX_EGPIO_VPP_ON\n", __func__);
91 err = gpio_direction_output(H3XXX_EGPIO_VPP_ON, 0);
93 gpio_free(H3XXX_EGPIO_VPP_ON);
100 gpio_free(H3XXX_EGPIO_VPP_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.h61 #define H3XXX_EGPIO_VPP_ON (H3XXX_EGPIO_BASE + 0) macro

Completed in 86 milliseconds