Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dehci-hub.c79 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()
430 if ((temp & PORT_PE) && in ehci_bus_resume()
559 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner()
580 if (!(port_status & PORT_PE)) { in check_reset_complete()
792 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control()
811 if ((temp & PORT_PE) == 0) in ehci_hub_control()
984 if (temp & PORT_PE) in ehci_hub_control()
994 if (temp & PORT_PE) in ehci_hub_control()
[all …]
Dxhci-hub.c21 PORT_RC | PORT_PLC | PORT_PE)
583 writel(port_status | PORT_PE, addr); in xhci_disable_port()
920 if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) { in xhci_handle_usb2_port_link_resume()
1144 if (raw_port_status & PORT_PE) in xhci_get_port_status()
1300 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control()
1341 writel(temp | PORT_PE, ports[wIndex]->addr); in xhci_hub_control()
1390 if (!(temp & PORT_PE)) { in xhci_hub_control()
1546 if ((temp & PORT_PE) == 0) in xhci_hub_control()
1743 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
Doxu210hp-hcd.c193 #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()
3609 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control()
3618 if ((temp & PORT_PE) == 0) in oxu_hub_control()
3754 if (temp & PORT_PE) in oxu_hub_control()
3794 if ((temp & PORT_PE) == 0 in oxu_hub_control()
3814 temp &= ~PORT_PE; in oxu_hub_control()
3893 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
Dfotg210.h279 #define PORT_PE (1<<2) /* port enable */ macro
Dfotg210-hcd.c255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
1379 if (!(port_status & PORT_PE)) in check_reset_complete()
1506 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control()
1516 if ((temp & PORT_PE) == 0) in fotg210_hub_control()
1662 if (temp & PORT_PE) in fotg210_hub_control()
1672 if (temp & PORT_PE) in fotg210_hub_control()
1709 if ((temp & PORT_PE) == 0 in fotg210_hub_control()
1730 temp &= ~PORT_PE; in fotg210_hub_control()
1757 if (temp & PORT_PE) in fotg210_hub_control()
5210 (pstatus & PORT_PE) && in fotg210_irq()
Dxhci.h295 #define PORT_PE (1 << 1) macro
2585 portsc & PORT_PE ? "Enabled" : "Disabled", in xhci_decode_portsc()
Dehci-hcd.c810 (pstatus & PORT_PE) && in ehci_irq()
Dehci-dbg.c255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
Dxhci-tegra.c1799 if ((value & PORT_PE) == 0) in xhci_hub_ports_suspended()
/Linux-v5.15/drivers/usb/chipidea/
Dci_hdrc_tegra.c203 } while (!(temp & PORT_PE) && tries--); in tegra_usb_internal_port_reset()
204 if (temp & PORT_PE) in tegra_usb_internal_port_reset()
Dhost.c272 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()
/Linux-v5.15/include/linux/usb/
Dehci_def.h165 #define PORT_PE (1<<2) /* port enable */ macro
/Linux-v5.15/drivers/usb/isp1760/
Disp1760-hcd.c192 [PORT_PE] = BIT(2),
2181 if (!isp1760_hcd_is_set(hcd, PORT_PE)) { in check_reset_complete()
2240 isp1760_hcd_clear(hcd, PORT_PE); in isp1760_hub_control()
2250 if (!isp1760_hcd_is_set(hcd, PORT_PE)) in isp1760_hub_control()
2367 if (isp1760_hcd_is_set(hcd, PORT_PE)) in isp1760_hub_control()
2400 isp1760_hcd_set(hcd, PORT_PE); in isp1760_hub_control()
2404 if (!isp1760_hcd_is_set(hcd, PORT_PE) || in isp1760_hub_control()
2422 !isp1760_hcd_is_set(hcd, PORT_PE)) && in isp1760_hub_control()
2427 isp1760_hcd_clear(hcd, PORT_PE); in isp1760_hub_control()
Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
Disp1760-core.c209 [PORT_PE] = REG_FIELD(ISP176x_HC_PORTSC1, 2, 2),
278 [PORT_PE] = REG_FIELD(ISP1763_HC_PORTSC1, 2, 2),
/Linux-v5.15/drivers/usb/early/
Dehci-dbgp.c547 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()