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

  /external/u-boot/board/compulab/cm_fx6/
common.h 19 #define CM_FX6_USB_HUB_RST IMX_GPIO_NR(7, 8)
22 #define CM_FX6_USB_HUB_RST IMX_GPIO_NR(7, 8)
cm_fx6.c 290 err = gpio_request(CM_FX6_USB_HUB_RST, "usb hub rst");
335 ret = gpio_direction_output(CM_FX6_USB_HUB_RST, 0);
340 ret = gpio_direction_output(CM_FX6_USB_HUB_RST, 1);

Completed in 57 milliseconds