Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-tegra.c180 u32 has_hostpc:1; member
186 .has_hostpc = 0,
190 .has_hostpc = 1,
194 .has_hostpc = 1,
198 .has_hostpc = 1,
217 if (controller->has_hostpc) in tegra_ehci_powerup_fixup()
248 if (controller->has_hostpc) { in tegra_ehci_get_port_speed()
392 if (!controller->has_hostpc) { in init_utmi_usb_controller()
528 if (controller->has_hostpc) { in init_utmi_usb_controller()
565 if (controller->has_hostpc) { in init_utmi_usb_controller()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-tegra.c41 bool has_hostpc; member
368 .has_hostpc = true,
372 .has_hostpc = false,
465 ehci->has_hostpc = soc_config->has_hostpc; in tegra_ehci_probe()
558 txfifothresh = ehci->has_hostpc ? 0x10 : 10; in tegra_ehci_reset()
H A Dehci.h237 unsigned has_hostpc:1; member
665 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
H A Dehci-hcd.c248 if (ehci->has_hostpc) { in ehci_reset()
H A Dehci-hub.c1117 if (ehci->has_hostpc) { in ehci_hub_control()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dtegra_usb_phy.h37 bool has_hostpc; member
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c208 if (phy->soc_config->has_hostpc) { in set_pts()
227 if (phy->soc_config->has_hostpc) { in set_phcd()
1051 .has_hostpc = false,
1058 .has_hostpc = true,
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dhost.c138 ehci->has_hostpc = ci->hw_bank.lpm; in host_start()