Home
last modified time | relevance | path

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

/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6_wru4.c310 #define WRU4_USB_OTG_PWR IMX_GPIO_NR(3, 22) macro
320 ret = gpio_request(WRU4_USB_OTG_PWR, "usb-OTG-pwr"); in board_ehci_hcd_init()
322 gpio_direction_output(WRU4_USB_OTG_PWR, 1); in board_ehci_hcd_init()
330 gpio_set_value(WRU4_USB_OTG_PWR, on); in board_ehci_power()