Searched refs:PORT_PE (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ |
| D | ehci-hub.c | 79 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 116 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 264 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend() 427 if ((temp & PORT_PE) && in ehci_bus_resume() 556 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner() 577 if (!(port_status & PORT_PE)) { in check_reset_complete() 928 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control() 947 if ((temp & PORT_PE) == 0) in ehci_hub_control() 1120 if (temp & PORT_PE) in ehci_hub_control() 1130 if (temp & PORT_PE) in ehci_hub_control() [all …]
|
| D | ehci-tegra.c | 142 } while (!(temp & PORT_PE) && tries--); in tegra_ehci_internal_port_reset() 143 if (temp & PORT_PE) in tegra_ehci_internal_port_reset() 199 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in tegra_ehci_hub_control() 237 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { in tegra_ehci_hub_control()
|
| D | xhci-hub.c | 20 PORT_RC | PORT_PLC | PORT_PE) 497 writel(port_status | PORT_PE, addr); in xhci_disable_port() 834 if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) { in xhci_handle_usb2_port_link_resume() 1058 if (raw_port_status & PORT_PE) in xhci_get_port_status() 1214 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 1255 writel(temp | PORT_PE, ports[wIndex]->addr); in xhci_hub_control() 1304 if (!(temp & PORT_PE)) { in xhci_hub_control() 1460 if ((temp & PORT_PE) == 0) in xhci_hub_control() 1654 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
|
| D | oxu210hp-hcd.c | 193 #define PORT_PE (1<<2) /* port enable */ macro 605 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 856 if (!(port_status & PORT_PE)) { in check_reset_complete() 3608 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control() 3617 if ((temp & PORT_PE) == 0) in oxu_hub_control() 3753 if (temp & PORT_PE) in oxu_hub_control() 3793 if ((temp & PORT_PE) == 0 in oxu_hub_control() 3813 temp &= ~PORT_PE; in oxu_hub_control() 3892 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
|
| D | fotg210.h | 282 #define PORT_PE (1<<2) /* port enable */ macro
|
| D | fotg210-hcd.c | 255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 1378 if (!(port_status & PORT_PE)) in check_reset_complete() 1505 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control() 1515 if ((temp & PORT_PE) == 0) in fotg210_hub_control() 1661 if (temp & PORT_PE) in fotg210_hub_control() 1671 if (temp & PORT_PE) in fotg210_hub_control() 1708 if ((temp & PORT_PE) == 0 in fotg210_hub_control() 1729 temp &= ~PORT_PE; in fotg210_hub_control() 1756 if (temp & PORT_PE) in fotg210_hub_control() 5209 (pstatus & PORT_PE) && in fotg210_irq()
|
| D | xhci.h | 292 #define PORT_PE (1 << 1) macro 2563 portsc & PORT_PE ? "Enabled" : "Disabled", in xhci_decode_portsc()
|
| D | ehci-hcd.c | 794 (pstatus & PORT_PE) && in ehci_irq()
|
| D | ehci-dbg.c | 255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
|
| D | xhci-tegra.c | 1684 if ((value & PORT_PE) == 0) in xhci_hub_ports_suspended()
|
| /Linux-v5.10/drivers/usb/isp1760/ |
| D | isp1760-regs.h | 55 #define PORT_PE (1 << 2) /* port enable */ macro
|
| D | isp1760-hcd.c | 1791 if (!(port_status & PORT_PE)) { in check_reset_complete() 1851 reg_write32(hcd->regs, HC_PORTSC1, temp & ~PORT_PE); in isp1760_hub_control() 1861 if ((temp & PORT_PE) == 0) in isp1760_hub_control() 1986 if (temp & PORT_PE) in isp1760_hub_control() 2019 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_PE); in isp1760_hub_control() 2023 if ((temp & PORT_PE) == 0 in isp1760_hub_control() 2041 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control() 2046 temp &= ~PORT_PE; in isp1760_hub_control()
|
| /Linux-v5.10/include/linux/usb/ |
| D | ehci_def.h | 163 #define PORT_PE (1<<2) /* port enable */ macro
|
| /Linux-v5.10/drivers/usb/early/ |
| D | ehci-dbgp.c | 547 portsc &= ~PORT_PE; in _dbgp_external_startup() 617 portsc &= ~PORT_PE; in ehci_reset_port() 649 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()
|
| /Linux-v5.10/drivers/usb/chipidea/ |
| D | host.c | 249 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()
|