Searched refs:PORT_PE (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hub.c | 91 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 128 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 275 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend() 428 if ((temp & PORT_PE) && in ehci_bus_resume() 549 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner() 570 if (!(port_status & PORT_PE)) { in check_reset_complete() 913 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control() 932 if ((temp & PORT_PE) == 0) in ehci_hub_control() 1105 if (temp & PORT_PE) in ehci_hub_control() 1115 if (temp & PORT_PE) in ehci_hub_control() [all …]
|
D | xhci-hub.c | 32 PORT_RC | PORT_PLC | PORT_PE) 349 writel(port_status | PORT_PE, addr); in xhci_disable_port() 617 !(raw_port_status & PORT_PE)) in xhci_get_port_status() 679 if (raw_port_status & PORT_PE) in xhci_get_port_status() 824 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 865 writel(temp | PORT_PE, port_array[wIndex]); in xhci_hub_control() 883 if ((temp & PORT_PE) == 0 || in xhci_hub_control() 995 if ((temp & PORT_PE) == 0) in xhci_hub_control() 1151 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { in xhci_bus_suspend()
|
D | ehci-tegra.c | 158 } while (!(temp & PORT_PE) && tries--); in tegra_ehci_internal_port_reset() 159 if (temp & PORT_PE) in tegra_ehci_internal_port_reset() 215 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in tegra_ehci_hub_control() 253 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { in tegra_ehci_hub_control()
|
D | oxu210hp.h | 161 #define PORT_PE (1<<2) /* port enable */ macro
|
D | oxu210hp-hcd.c | 178 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 432 if (!(port_status & PORT_PE)) { in check_reset_complete() 3203 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control() 3212 if ((temp & PORT_PE) == 0) in oxu_hub_control() 3348 if (temp & PORT_PE) in oxu_hub_control() 3388 if ((temp & PORT_PE) == 0 in oxu_hub_control() 3408 temp &= ~PORT_PE; in oxu_hub_control() 3487 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
|
D | fotg210.h | 272 #define PORT_PE (1<<2) /* port enable */ macro
|
D | fusbh200.h | 267 #define PORT_PE (1<<2) /* port enable */ macro
|
D | fusbh200-hcd.c | 273 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 1396 if (!(port_status & PORT_PE)) { in check_reset_complete() 1540 fusbh200_writel(fusbh200, temp & ~PORT_PE, status_reg); in fusbh200_hub_control() 1550 if ((temp & PORT_PE) == 0) in fusbh200_hub_control() 1689 if (temp & PORT_PE) in fusbh200_hub_control() 1699 if (temp & PORT_PE) in fusbh200_hub_control() 1736 if ((temp & PORT_PE) == 0 in fusbh200_hub_control() 1756 temp &= ~PORT_PE; in fusbh200_hub_control() 1782 if (temp & PORT_PE) in fusbh200_hub_control() 5353 (pstatus & PORT_PE) && in fusbh200_irq()
|
D | fotg210-hcd.c | 281 (status & PORT_PE) ? " PE" : "", in dbg_port_buf() 1438 if (!(port_status & PORT_PE)) { in check_reset_complete() 1582 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control() 1592 if ((temp & PORT_PE) == 0) in fotg210_hub_control() 1735 if (temp & PORT_PE) in fotg210_hub_control() 1745 if (temp & PORT_PE) in fotg210_hub_control() 1782 if ((temp & PORT_PE) == 0 in fotg210_hub_control() 1803 temp &= ~PORT_PE; in fotg210_hub_control() 1830 if (temp & PORT_PE) in fotg210_hub_control() 5444 (pstatus & PORT_PE) && in fotg210_irq()
|
D | ehci-hcd.c | 791 (pstatus & PORT_PE) && in ehci_irq()
|
D | ehci-dbg.c | 278 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
|
D | xhci.h | 274 #define PORT_PE (1 << 1) macro
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-regs.h | 58 #define PORT_PE (1 << 2) /* port enable */ macro
|
D | isp1760-hcd.c | 1794 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() 2024 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_PE); in isp1760_hub_control() 2028 if ((temp & PORT_PE) == 0 in isp1760_hub_control() 2046 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control() 2051 temp &= ~PORT_PE; in isp1760_hub_control()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 162 #define PORT_PE (1<<2) /* port enable */ macro
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 552 portsc &= ~PORT_PE; in _dbgp_external_startup() 623 portsc &= ~PORT_PE; in ehci_reset_port() 655 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()
|