Searched refs:wombo_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/arch/mips/brcm-boards/bcm947xx/
H A Dpcibios.c405 int wombo_reset = GPIO_PIN_NOTDEFINED; local
407 if ((wombo_reset = getgpiopin(NULL, "wombo_reset", GPIO_PIN_NOTDEFINED)) !=
409 int reset = 1 << wombo_reset;
411 printk("wombo_reset set to gpio %d\n", wombo_reset);
H A Dsetup.c134 int wombo_reset; local
148 /* gpio 0 is also valid wombo_reset */
149 if ((wombo_reset = getgpiopin(NULL, "wombo_reset", GPIO_PIN_NOTDEFINED)) !=
151 int reset = 1 << wombo_reset;

Completed in 58 milliseconds