Searched refs:USBH2_RESET (Results 1 – 1 of 1) sorted by relevance
136 #define USBH2_RESET IOMUX_TO_GPIO(MX31_PIN_SCK6) macro220 err = gpio_request(USBH2_RESET, "USB-H2-RESET"); in usbh2_init()226 err = gpio_direction_output(USBH2_RESET, 1/*HIGH*/); in usbh2_init()232 gpio_set_value(USBH2_RESET, 0/*LOW*/); in usbh2_init()234 gpio_set_value(USBH2_RESET, 1/*HIGH*/); in usbh2_init()241 gpio_free(USBH2_RESET); in usbh2_init()