HomeSort by relevance Sort by last modified time
    Searched refs:SB_FX6_USB_OTG_PWR (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/compulab/cm_fx6/
common.h 20 #define SB_FX6_USB_OTG_PWR IMX_GPIO_NR(3, 22)
23 #define SB_FX6_USB_OTG_PWR IMX_GPIO_NR(3, 22)
cm_fx6.c 305 err = gpio_request(SB_FX6_USB_OTG_PWR, "usb-pwr");
316 return gpio_direction_output(SB_FX6_USB_OTG_PWR, 0);
352 return gpio_direction_output(SB_FX6_USB_OTG_PWR, on);

Completed in 135 milliseconds