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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-mx31_3ds.c207 #define USBOTG_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_PWR) macro
226 err = gpio_request(USBOTG_RST_B, "otgusb-reset");
232 err = gpio_direction_output(USBOTG_RST_B, 0);
239 gpio_set_value(USBOTG_RST_B, 1);
243 gpio_free(USBOTG_RST_B);

Completed in 27 milliseconds