Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A 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()
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()
812 if ((temp & PORT_PE) == 0) in ehci_hub_control()
985 if (temp & PORT_PE) in ehci_hub_control()
995 if (temp & PORT_PE) in ehci_hub_control()
1047 if ((temp & PORT_PE) == 0 in ehci_hub_control()
1101 temp &= ~PORT_PE; in ehci_hub_control()
[all …]
A Dxhci-hub.c21 PORT_RC | PORT_PLC | PORT_PE)
604 writel(portsc | PORT_PE, port->addr); in xhci_disable_port()
941 if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) { in xhci_handle_usb2_port_link_resume()
1176 if (raw_port_status & PORT_PE) in xhci_get_port_status()
1327 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control()
1368 writel(temp | PORT_PE, port->addr); in xhci_hub_control()
1415 if (!(temp & PORT_PE)) { in xhci_hub_control()
1571 if ((temp & PORT_PE) == 0) in xhci_hub_control()
1777 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
A 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()
A Dxhci-pci.c715 writel(portsc | PORT_PE, port->addr); in xhci_pci_poweroff_late()
A Dxhci.h298 #define PORT_PE (1 << 1) macro
2623 portsc & PORT_PE ? "Enabled" : "Disabled", in xhci_decode_portsc()
A Dehci-hcd.c819 (pstatus & PORT_PE) && in ehci_irq()
A Dehci-dbg.c255 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
A Dxhci-tegra.c1958 if ((value & PORT_PE) == 0) in xhci_hub_ports_suspended()
/linux-6.3-rc2/drivers/usb/chipidea/
A Dci_hdrc_tegra.c206 } while (!(temp & PORT_PE) && tries--); in tegra_usb_internal_port_reset()
207 if (temp & PORT_PE) in tegra_usb_internal_port_reset()
A Dhost.c279 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()
/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h151 #define PORT_PE (1<<2) /* port enable */ macro
/linux-6.3-rc2/drivers/usb/isp1760/
A Disp1760-hcd.c192 [PORT_PE] = BIT(2),
2178 if (!isp1760_hcd_is_set(hcd, PORT_PE)) { in check_reset_complete()
2237 isp1760_hcd_clear(hcd, PORT_PE); in isp1760_hub_control()
2247 if (!isp1760_hcd_is_set(hcd, PORT_PE)) in isp1760_hub_control()
2364 if (isp1760_hcd_is_set(hcd, PORT_PE)) in isp1760_hub_control()
2397 isp1760_hcd_set(hcd, PORT_PE); in isp1760_hub_control()
2401 if (!isp1760_hcd_is_set(hcd, PORT_PE) || in isp1760_hub_control()
2419 !isp1760_hcd_is_set(hcd, PORT_PE)) && in isp1760_hub_control()
2424 isp1760_hcd_clear(hcd, PORT_PE); in isp1760_hub_control()
A Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
A Disp1760-core.c209 [PORT_PE] = REG_FIELD(ISP176x_HC_PORTSC1, 2, 2),
280 [PORT_PE] = REG_FIELD(ISP1763_HC_PORTSC1, 2, 2),
/linux-6.3-rc2/drivers/usb/early/
A 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()
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h280 #define PORT_PE (1<<2) /* port enable */ macro
A Dfotg210-hcd.c254 (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()
5205 (pstatus & PORT_PE) && in fotg210_irq()

Completed in 64 milliseconds