Home
last modified time | relevance | path

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

/external/u-boot/board/compulab/cm_fx6/
Dcommon.h20 #define SB_FX6_USB_OTG_PWR IMX_GPIO_NR(3, 22) macro
23 #define SB_FX6_USB_OTG_PWR IMX_GPIO_NR(3, 22) macro
Dcm_fx6.c305 err = gpio_request(SB_FX6_USB_OTG_PWR, "usb-pwr"); in cm_fx6_setup_usb_otg()
316 return gpio_direction_output(SB_FX6_USB_OTG_PWR, 0); in cm_fx6_setup_usb_otg()
352 return gpio_direction_output(SB_FX6_USB_OTG_PWR, on); in board_ehci_power()