Searched refs:PORT_PE (Results 1 – 11 of 11) sorted by relevance
/drivers/usb/host/ |
D | ehci-hub.c | 86 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 123 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 270 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend() 408 if ((temp & PORT_PE) && in ehci_bus_resume() 527 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner() 548 if (!(port_status & PORT_PE)) { in check_reset_complete() 752 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control() 771 if ((temp & PORT_PE) == 0) in ehci_hub_control() 948 if (temp & PORT_PE) in ehci_hub_control() 958 if (temp & PORT_PE) in ehci_hub_control() [all …]
|
D | ehci-tegra.c | 112 } while (!(temp & PORT_PE) && tries--); in tegra_ehci_internal_port_reset() 113 if (temp & PORT_PE) in tegra_ehci_internal_port_reset() 169 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in tegra_ehci_hub_control() 207 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { in tegra_ehci_hub_control() 521 if (handshake(ehci, &hw->port_status[0], PORT_PE, in controller_resume() 522 PORT_PE, 2000)) { in controller_resume() 534 if ((val & PORT_POWER) && (val & PORT_PE)) { in controller_resume()
|
D | xhci-hub.c | 30 PORT_RC | PORT_PLC | PORT_PE) 344 xhci_writel(xhci, port_status | PORT_PE, addr); in xhci_disable_port() 633 if ((temp & PORT_RESET) || !(temp & PORT_PE)) in xhci_hub_control() 675 if (temp & PORT_PE) in xhci_hub_control() 735 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 776 xhci_writel(xhci, temp | PORT_PE, in xhci_hub_control() 795 if ((temp & PORT_PE) == 0 || in xhci_hub_control() 908 if ((temp & PORT_PE) == 0) in xhci_hub_control() 1064 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { in xhci_bus_suspend()
|
D | isp1760-hcd.c | 90 #define PORT_PE (1<<2) /* port enable */ macro 1820 if (!(port_status & PORT_PE)) { in check_reset_complete() 1881 reg_write32(hcd->regs, HC_PORTSC1, temp & ~PORT_PE); in isp1760_hub_control() 1891 if ((temp & PORT_PE) == 0) in isp1760_hub_control() 2016 if (temp & PORT_PE) in isp1760_hub_control() 2050 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_PE); in isp1760_hub_control() 2054 if ((temp & PORT_PE) == 0 in isp1760_hub_control() 2072 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control() 2077 temp &= ~PORT_PE; in isp1760_hub_control()
|
D | oxu210hp-hcd.c | 175 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 429 if (!(port_status & PORT_PE)) { in check_reset_complete() 3201 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control() 3210 if ((temp & PORT_PE) == 0) in oxu_hub_control() 3346 if (temp & PORT_PE) in oxu_hub_control() 3386 if ((temp & PORT_PE) == 0 in oxu_hub_control() 3406 temp &= ~PORT_PE; in oxu_hub_control() 3485 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
|
D | oxu210hp.h | 161 #define PORT_PE (1<<2) /* port enable */ macro
|
D | ehci-dbg.c | 278 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
|
D | ehci-hcd.c | 787 (pstatus & PORT_PE) && in ehci_irq()
|
D | xhci.h | 267 #define PORT_PE (1 << 1) macro
|
D | xhci.c | 3958 if (!(temp & PORT_CONNECT) || !(temp & PORT_PE) || in xhci_usb2_software_lpm_test()
|
/drivers/usb/early/ |
D | ehci-dbgp.c | 552 portsc &= ~PORT_PE; in _dbgp_external_startup() 627 portsc &= ~PORT_PE; in ehci_reset_port() 659 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()
|