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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsa1100_h3600.c61 err = gpio_request(H3XXX_EGPIO_OPT_RESET, "OPT RESET");
64 err = gpio_direction_output(H3XXX_EGPIO_OPT_RESET, 0);
102 err05: gpio_free(H3XXX_EGPIO_OPT_RESET);
123 gpio_set_value(H3XXX_EGPIO_OPT_RESET, 1);
126 gpio_free(H3XXX_EGPIO_OPT_RESET);
186 gpio_set_value(H3XXX_EGPIO_OPT_RESET, 0);
201 gpio_set_value(H3XXX_EGPIO_OPT_RESET, 1);
/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.h63 #define H3XXX_EGPIO_OPT_RESET (H3XXX_EGPIO_BASE + 2) /* reset the attached option pack. active high. */ macro

Completed in 91 milliseconds