Home
last modified time | relevance | path

Searched refs:otgpwr_en (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c806 .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) { in setup_iomux_gpio()
[all …]
Dcommon.h78 int otgpwr_en; member
Dgw_ventana.c181 if (gpio_cfg[board_type].otgpwr_en) in board_ehci_power()
182 gpio_set_value(gpio_cfg[board_type].otgpwr_en, on); in board_ehci_power()