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

/linux-4.4.14/drivers/usb/host/
H A Dehci-hub.c91 ehci_writel(ehci, status & ~PORT_PE, reg); ehci_handover_companion_ports()
128 ehci_writel(ehci, status & ~PORT_PE, reg); ehci_handover_companion_ports()
276 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { ehci_bus_suspend()
429 if ((temp & PORT_PE) && ehci_bus_resume()
550 port_status &= ~(PORT_PE | PORT_RWC_BITS); set_owner()
571 if (!(port_status & PORT_PE)) { check_reset_complete()
914 ehci_writel(ehci, temp & ~PORT_PE, status_reg); ehci_hub_control()
933 if ((temp & PORT_PE) == 0) ehci_hub_control()
1106 if (temp & PORT_PE) ehci_hub_control()
1116 if (temp & PORT_PE) ehci_hub_control()
1168 if ((temp & PORT_PE) == 0 ehci_hub_control()
1207 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT ehci_hub_control()
1216 temp &= ~PORT_PE; ehci_hub_control()
1263 if (temp & PORT_PE) ehci_hub_control()
H A Dehci-tegra.c158 } while (!(temp & PORT_PE) && tries--); tegra_ehci_internal_port_reset()
159 if (temp & PORT_PE) tegra_ehci_internal_port_reset()
167 * We can't clear PORT_PEC. It will also cause PORT_PE to be cleared. tegra_ehci_internal_port_reset()
215 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { tegra_ehci_hub_control()
253 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { tegra_ehci_hub_control()
H A Dxhci-hub.c32 PORT_RC | PORT_PLC | PORT_PE)
450 writel(port_status | PORT_PE, addr); xhci_disable_port()
734 !(raw_port_status & PORT_PE))
834 if (raw_port_status & PORT_PE)
979 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) xhci_hub_control()
1020 writel(temp | PORT_PE, port_array[wIndex]); xhci_hub_control()
1038 if ((temp & PORT_PE) == 0 || xhci_hub_control()
1150 if ((temp & PORT_PE) == 0) xhci_hub_control()
1308 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { xhci_bus_suspend()
H A Doxu210hp.h161 #define PORT_PE (1<<2) /* port enable */ macro
H A Doxu210hp-hcd.c178 (status & PORT_PE) ? " PE" : "", dbg_port_buf()
432 if (!(port_status & PORT_PE)) { check_reset_complete()
3198 writel(temp & ~PORT_PE, status_reg); oxu_hub_control()
3207 if ((temp & PORT_PE) == 0) oxu_hub_control()
3343 if (temp & PORT_PE) oxu_hub_control()
3383 if ((temp & PORT_PE) == 0 oxu_hub_control()
3403 temp &= ~PORT_PE; oxu_hub_control()
3482 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && oxu_bus_suspend()
H A Dfotg210-hcd.c265 (status & PORT_PE) ? " PE" : "", dbg_port_buf()
1404 if (!(port_status & PORT_PE)) check_reset_complete()
1531 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); fotg210_hub_control()
1541 if ((temp & PORT_PE) == 0) fotg210_hub_control()
1683 if (temp & PORT_PE) fotg210_hub_control()
1693 if (temp & PORT_PE) fotg210_hub_control()
1730 if ((temp & PORT_PE) == 0 fotg210_hub_control()
1751 temp &= ~PORT_PE; fotg210_hub_control()
1778 if (temp & PORT_PE) fotg210_hub_control()
5247 (pstatus & PORT_PE) && fotg210_irq()
H A Dfotg210.h278 #define PORT_PE (1<<2) /* port enable */ macro
H A Dehci-dbg.c278 (status & PORT_PE) ? " PE" : "", dbg_port_buf()
H A Dehci-hcd.c792 (pstatus & PORT_PE) && ehci_irq()
H A Dxhci.h300 #define PORT_PE (1 << 1) macro
/linux-4.4.14/drivers/usb/isp1760/
H A Disp1760-regs.h58 #define PORT_PE (1 << 2) /* port enable */ macro
H A Disp1760-hcd.c1794 if (!(port_status & PORT_PE)) { check_reset_complete()
1855 reg_write32(hcd->regs, HC_PORTSC1, temp & ~PORT_PE); isp1760_hub_control()
1865 if ((temp & PORT_PE) == 0) isp1760_hub_control()
1990 if (temp & PORT_PE) isp1760_hub_control()
2024 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_PE); isp1760_hub_control()
2028 if ((temp & PORT_PE) == 0 isp1760_hub_control()
2046 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT isp1760_hub_control()
2051 temp &= ~PORT_PE; isp1760_hub_control()
/linux-4.4.14/include/linux/usb/
H A Dehci_def.h162 #define PORT_PE (1<<2) /* port enable */ macro
/linux-4.4.14/drivers/usb/early/
H A Dehci-dbgp.c552 portsc &= ~PORT_PE; _dbgp_external_startup()
623 portsc &= ~PORT_PE; ehci_reset_port()
655 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) ehci_reset_port()

Completed in 466 milliseconds