Searched refs:PORT_PE (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-hub.c | 80 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 117 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 265 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend() 428 if ((temp & PORT_PE) && in ehci_bus_resume() 557 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner() 578 if (!(port_status & PORT_PE)) { in check_reset_complete() 929 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control() 948 if ((temp & PORT_PE) == 0) in ehci_hub_control() 1121 if (temp & PORT_PE) in ehci_hub_control() 1131 if (temp & PORT_PE) in ehci_hub_control() [all …]
|
D | ehci-tegra.c | 144 } while (!(temp & PORT_PE) && tries--); in tegra_ehci_internal_port_reset() 145 if (temp & PORT_PE) in tegra_ehci_internal_port_reset() 201 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in tegra_ehci_hub_control() 239 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { in tegra_ehci_hub_control()
|
D | xhci-hub.c | 20 PORT_RC | PORT_PLC | PORT_PE) 488 writel(port_status | PORT_PE, addr); in xhci_disable_port() 881 !(raw_port_status & PORT_PE)) in xhci_get_port_status() 982 if (raw_port_status & PORT_PE) in xhci_get_port_status() 1136 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 1175 writel(temp | PORT_PE, ports[wIndex]->addr); in xhci_hub_control() 1223 if (!(temp & PORT_PE)) { in xhci_hub_control() 1336 if ((temp & PORT_PE) == 0) in xhci_hub_control() 1499 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { in xhci_bus_suspend()
|
D | oxu210hp.h | 162 #define PORT_PE (1<<2) /* port enable */ macro
|
D | oxu210hp-hcd.c | 165 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 418 if (!(port_status & PORT_PE)) { in check_reset_complete() 3176 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control() 3185 if ((temp & PORT_PE) == 0) in oxu_hub_control() 3321 if (temp & PORT_PE) in oxu_hub_control() 3361 if ((temp & PORT_PE) == 0 in oxu_hub_control() 3381 temp &= ~PORT_PE; in oxu_hub_control() 3460 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
|
D | fotg210.h | 279 #define PORT_PE (1<<2) /* port enable */ macro
|
D | fotg210-hcd.c | 252 (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() 1657 if (temp & PORT_PE) in fotg210_hub_control() 1667 if (temp & PORT_PE) in fotg210_hub_control() 1704 if ((temp & PORT_PE) == 0 in fotg210_hub_control() 1725 temp &= ~PORT_PE; in fotg210_hub_control() 1752 if (temp & PORT_PE) in fotg210_hub_control() 5206 (pstatus & PORT_PE) && in fotg210_irq()
|
D | xhci.h | 292 #define PORT_PE (1 << 1) macro 2476 portsc & PORT_PE ? "Enabled" : "Disabled", in xhci_decode_portsc()
|
D | ehci-hcd.c | 793 (pstatus & PORT_PE) && in ehci_irq()
|
D | ehci-dbg.c | 255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-regs.h | 55 #define PORT_PE (1 << 2) /* port enable */ macro
|
D | isp1760-hcd.c | 1795 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() 2023 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_PE); in isp1760_hub_control() 2027 if ((temp & PORT_PE) == 0 in isp1760_hub_control() 2045 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control() 2050 temp &= ~PORT_PE; in isp1760_hub_control()
|
/Linux-v4.19/include/linux/usb/ |
D | ehci_def.h | 163 #define PORT_PE (1<<2) /* port enable */ macro
|
/Linux-v4.19/drivers/usb/early/ |
D | ehci-dbgp.c | 552 portsc &= ~PORT_PE; in _dbgp_external_startup() 622 portsc &= ~PORT_PE; in ehci_reset_port() 654 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()
|