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

  /external/u-boot/board/gateworks/gw_ventana/
common.h 78 int otgpwr_en; member in struct:ventana
common.c 806 .otgpwr_en = IMX_GPIO_NR(3, 22),
826 .otgpwr_en = IMX_GPIO_NR(3, 22),
849 .otgpwr_en = IMX_GPIO_NR(3, 22),
873 .otgpwr_en = IMX_GPIO_NR(3, 22),
899 .otgpwr_en = IMX_GPIO_NR(3, 22),
947 .otgpwr_en = IMX_GPIO_NR(3, 22),
969 .otgpwr_en = IMX_GPIO_NR(4, 15),
982 .otgpwr_en = IMX_GPIO_NR(4, 15),
1000 .otgpwr_en = IMX_GPIO_NR(3, 22),
1098 if (gpio_cfg[board].otgpwr_en) {
    [all...]
gw_ventana.c 181 if (gpio_cfg[board_type].otgpwr_en)
182 gpio_set_value(gpio_cfg[board_type].otgpwr_en, on);
    [all...]

Completed in 156 milliseconds