Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dcommon.c807 .otgpwr_en = IMX_GPIO_NR(3, 22),
827 .otgpwr_en = IMX_GPIO_NR(3, 22),
850 .otgpwr_en = IMX_GPIO_NR(3, 22),
874 .otgpwr_en = IMX_GPIO_NR(3, 22),
900 .otgpwr_en = IMX_GPIO_NR(3, 22),
948 .otgpwr_en = IMX_GPIO_NR(3, 22),
970 .otgpwr_en = IMX_GPIO_NR(4, 15),
983 .otgpwr_en = IMX_GPIO_NR(4, 15),
1001 .otgpwr_en = IMX_GPIO_NR(3, 22),
1099 if (gpio_cfg[board].otgpwr_en) { in setup_iomux_gpio()
[all …]
H A Dcommon.h79 int otgpwr_en; member
H A 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()