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

  /external/u-boot/include/configs/
aristainetos.h 40 #define ARISTAINETOS_USB_OTG_PWR IMX_GPIO_NR(4, 15)
aristainetos2.h 41 #define ARISTAINETOS_USB_OTG_PWR IMX_GPIO_NR(4, 15)
aristainetos2b.h 41 #define ARISTAINETOS_USB_OTG_PWR IMX_GPIO_NR(4, 15)
  /external/u-boot/board/aristainetos/
aristainetos.c 311 ret = gpio_request(ARISTAINETOS_USB_OTG_PWR, "usb-OTG-pwr");
313 gpio_direction_output(ARISTAINETOS_USB_OTG_PWR, 1);
320 gpio_set_value(ARISTAINETOS_USB_OTG_PWR, on);

Completed in 622 milliseconds