Home
last modified time | relevance | path

Searched refs:has_hostpc (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c177 u32 has_hostpc:1; member
183 .has_hostpc = 0,
187 .has_hostpc = 1,
191 .has_hostpc = 1,
195 .has_hostpc = 1,
214 if (controller->has_hostpc) in tegra_ehci_powerup_fixup()
245 if (controller->has_hostpc) { in tegra_ehci_get_port_speed()
389 if (!controller->has_hostpc) { in init_utmi_usb_controller()
525 if (controller->has_hostpc) { in init_utmi_usb_controller()
562 if (controller->has_hostpc) { in init_utmi_usb_controller()
/openbmc/linux/include/linux/usb/
H A Dtegra_usb_phy.h29 bool has_hostpc; member
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c226 if (phy->soc_config->has_hostpc) { in set_pts()
245 if (phy->soc_config->has_hostpc) { in set_phcd()
1319 .has_hostpc = false,
1327 .has_hostpc = true,
/openbmc/linux/drivers/usb/host/
H A Dehci.h234 unsigned has_hostpc:1; member
662 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
H A Dehci-hcd.c249 if (ehci->has_hostpc) { in ehci_reset()
H A Dehci-hub.c987 if (ehci->has_hostpc) { in ehci_hub_control()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c150 ehci->has_hostpc = ci->hw_bank.lpm; in host_start()