Searched refs:PORT_PE (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-hub.c | 79 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() 794 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control() 813 if ((temp & PORT_PE) == 0) in ehci_hub_control() 993 if (temp & PORT_PE) in ehci_hub_control() 1003 if (temp & PORT_PE) in ehci_hub_control() [all …]
|
H A D | xhci-port.h | 7 #define PORT_PE (1 << 1) macro
|
H A D | xhci-pci.c | 883 writel(portsc | PORT_PE, port->addr); in xhci_pci_poweroff_late()
|
H A D | xhci.h | 2367 portsc & PORT_PE ? "Enabled" : "Disabled", in xhci_decode_portsc()
|
H A D | xhci-tegra.c | 1969 if ((value & PORT_PE) == 0) in xhci_hub_ports_suspended()
|
/linux/include/linux/usb/ |
H A D | ehci_def.h | 151 #define PORT_PE (1<<2) /* port enable */ macro
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 192 [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()
|
H A D | isp1760-regs.h | 71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
|
H A D | isp1760-core.c | 209 [PORT_PE] = REG_FIELD(ISP176x_HC_PORTSC1, 2, 2), 280 [PORT_PE] = REG_FIELD(ISP1763_HC_PORTSC1, 2, 2),
|
/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 547 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/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 254 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 1371 if (!(port_status & PORT_PE)) in check_reset_complete() 1498 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control() 1508 if ((temp & PORT_PE) == 0) in fotg210_hub_control() 1654 if (temp & PORT_PE) in fotg210_hub_control() 1664 if (temp & PORT_PE) in fotg210_hub_control() 1701 if ((temp & PORT_PE) == 0 in fotg210_hub_control() 1722 temp &= ~PORT_PE; in fotg210_hub_control() 1749 if (temp & PORT_PE) in fotg210_hub_control() 5198 (pstatus & PORT_PE) && in fotg210_irq()
|
H A D | fotg210-hcd.h | 280 #define PORT_PE (1<<2) /* port enable */ macro
|
/linux/drivers/usb/chipidea/ |
H A D | host.c | 279 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()
|