Home
last modified time | relevance | path

Searched refs:PORT_PE (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dehci-hub.c91 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports()
128 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports()
276 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend()
429 if ((temp & PORT_PE) && in ehci_bus_resume()
550 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner()
571 if (!(port_status & PORT_PE)) { in check_reset_complete()
914 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control()
933 if ((temp & PORT_PE) == 0) in ehci_hub_control()
1106 if (temp & PORT_PE) in ehci_hub_control()
1116 if (temp & PORT_PE) in ehci_hub_control()
[all …]
Dxhci-hub.c32 PORT_RC | PORT_PLC | PORT_PE)
450 writel(port_status | PORT_PE, addr); in xhci_disable_port()
734 !(raw_port_status & PORT_PE)) in xhci_get_port_status()
834 if (raw_port_status & PORT_PE) in xhci_get_port_status()
979 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control()
1020 writel(temp | PORT_PE, port_array[wIndex]); in xhci_hub_control()
1038 if ((temp & PORT_PE) == 0 || in xhci_hub_control()
1150 if ((temp & PORT_PE) == 0) in xhci_hub_control()
1308 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { in xhci_bus_suspend()
Dehci-tegra.c158 } while (!(temp & PORT_PE) && tries--); in tegra_ehci_internal_port_reset()
159 if (temp & PORT_PE) in tegra_ehci_internal_port_reset()
215 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in tegra_ehci_hub_control()
253 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { in tegra_ehci_hub_control()
Doxu210hp.h161 #define PORT_PE (1<<2) /* port enable */ macro
Doxu210hp-hcd.c178 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
432 if (!(port_status & PORT_PE)) { in check_reset_complete()
3198 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control()
3207 if ((temp & PORT_PE) == 0) in oxu_hub_control()
3343 if (temp & PORT_PE) in oxu_hub_control()
3383 if ((temp & PORT_PE) == 0 in oxu_hub_control()
3403 temp &= ~PORT_PE; in oxu_hub_control()
3482 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dfotg210.h278 #define PORT_PE (1<<2) /* port enable */ macro
Dfotg210-hcd.c265 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
1404 if (!(port_status & PORT_PE)) in check_reset_complete()
1531 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control()
1541 if ((temp & PORT_PE) == 0) in fotg210_hub_control()
1683 if (temp & PORT_PE) in fotg210_hub_control()
1693 if (temp & PORT_PE) in fotg210_hub_control()
1730 if ((temp & PORT_PE) == 0 in fotg210_hub_control()
1751 temp &= ~PORT_PE; in fotg210_hub_control()
1778 if (temp & PORT_PE) in fotg210_hub_control()
5247 (pstatus & PORT_PE) && in fotg210_irq()
Dehci-hcd.c792 (pstatus & PORT_PE) && in ehci_irq()
Dehci-dbg.c278 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
Dxhci.h300 #define PORT_PE (1 << 1) macro
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-regs.h58 #define PORT_PE (1 << 2) /* port enable */ macro
Disp1760-hcd.c1794 if (!(port_status & PORT_PE)) { in check_reset_complete()
1855 reg_write32(hcd->regs, HC_PORTSC1, temp & ~PORT_PE); in isp1760_hub_control()
1865 if ((temp & PORT_PE) == 0) in isp1760_hub_control()
1990 if (temp & PORT_PE) in isp1760_hub_control()
2024 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_PE); in isp1760_hub_control()
2028 if ((temp & PORT_PE) == 0 in isp1760_hub_control()
2046 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control()
2051 temp &= ~PORT_PE; in isp1760_hub_control()
/linux-4.4.14/include/linux/usb/
Dehci_def.h162 #define PORT_PE (1<<2) /* port enable */ macro
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c552 portsc &= ~PORT_PE; in _dbgp_external_startup()
623 portsc &= ~PORT_PE; in ehci_reset_port()
655 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()