Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci-hub.c80 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 …]
Dehci-tegra.c144 } 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()
Dxhci-hub.c20 PORT_RC | PORT_PLC | PORT_PE)
488 writel(port_status | PORT_PE, addr); in xhci_disable_port()
822 if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) { in xhci_handle_usb2_port_link_resume()
1036 if (raw_port_status & PORT_PE) in xhci_get_port_status()
1192 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control()
1232 writel(temp | PORT_PE, ports[wIndex]->addr); in xhci_hub_control()
1280 if (!(temp & PORT_PE)) { in xhci_hub_control()
1393 if ((temp & PORT_PE) == 0) in xhci_hub_control()
1578 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
Doxu210hp-hcd.c192 #define PORT_PE (1<<2) /* port enable */ macro
604 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
857 if (!(port_status & PORT_PE)) { in check_reset_complete()
3606 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control()
3615 if ((temp & PORT_PE) == 0) in oxu_hub_control()
3751 if (temp & PORT_PE) in oxu_hub_control()
3791 if ((temp & PORT_PE) == 0 in oxu_hub_control()
3811 temp &= ~PORT_PE; in oxu_hub_control()
3890 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dfotg210.h282 #define PORT_PE (1<<2) /* port enable */ macro
Dfotg210-hcd.c254 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
1380 if (!(port_status & PORT_PE)) in check_reset_complete()
1507 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control()
1517 if ((temp & PORT_PE) == 0) in fotg210_hub_control()
1663 if (temp & PORT_PE) in fotg210_hub_control()
1673 if (temp & PORT_PE) in fotg210_hub_control()
1710 if ((temp & PORT_PE) == 0 in fotg210_hub_control()
1731 temp &= ~PORT_PE; in fotg210_hub_control()
1758 if (temp & PORT_PE) in fotg210_hub_control()
5212 (pstatus & PORT_PE) && in fotg210_irq()
Dxhci.h292 #define PORT_PE (1 << 1) macro
2545 portsc & PORT_PE ? "Enabled" : "Disabled", in xhci_decode_portsc()
Dehci-hcd.c793 (pstatus & PORT_PE) && in ehci_irq()
Dehci-dbg.c255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-regs.h55 #define PORT_PE (1 << 2) /* port enable */ macro
Disp1760-hcd.c1795 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-v5.4/include/linux/usb/
Dehci_def.h163 #define PORT_PE (1<<2) /* port enable */ macro
/Linux-v5.4/drivers/usb/early/
Dehci-dbgp.c552 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()
/Linux-v5.4/drivers/usb/chipidea/
Dhost.c247 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()