Searched refs:otgpwr_en (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | common.c | 969 .otgpwr_en = IMX_GPIO_NR(3, 22), 989 .otgpwr_en = IMX_GPIO_NR(3, 22), 1013 .otgpwr_en = IMX_GPIO_NR(3, 22), 1038 .otgpwr_en = IMX_GPIO_NR(3, 22), 1065 .otgpwr_en = IMX_GPIO_NR(3, 22), 1116 .otgpwr_en = IMX_GPIO_NR(3, 22), 1139 .otgpwr_en = IMX_GPIO_NR(4, 15), 1165 .otgpwr_en = IMX_GPIO_NR(3, 23), 1178 .otgpwr_en = IMX_GPIO_NR(4, 15), 1196 .otgpwr_en = IMX_GPIO_NR(3, 22), [all …]
|
H A D | common.h | 78 int otgpwr_en; member
|
H A D | gw_ventana.c | 182 if (gpio_cfg[board_type].otgpwr_en) in board_ehci_power() 183 gpio_set_value(gpio_cfg[board_type].otgpwr_en, on); in board_ehci_power()
|