Home
last modified time | relevance | path

Searched refs:USBH2_CS (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/arm/mach-imx/
Dmach-armadillo5x0.c137 #define USBH2_CS IOMUX_TO_GPIO(MX31_PIN_GPIO1_3) macro
207 err = gpio_request(USBH2_CS, "USB-H2-CS"); in usbh2_init()
213 err = gpio_direction_output(USBH2_CS, 0/*Enabled*/); in usbh2_init()
243 gpio_free(USBH2_CS); in usbh2_init()