Home
last modified time | relevance | path

Searched refs:PORT_SUSPEND (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/host/
Dehci-tegra.c190 if (tegra->port_resuming && !(temp & PORT_SUSPEND)) { in tegra_ehci_hub_control()
206 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in tegra_ehci_hub_control()
212 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in tegra_ehci_hub_control()
213 PORT_SUSPEND, 5000)) in tegra_ehci_hub_control()
242 if (!(temp & PORT_SUSPEND)) in tegra_ehci_hub_control()
262 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, 0, 2000)) in tegra_ehci_hub_control()
Dehci-hub.c264 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend()
265 t2 |= PORT_SUSPEND; in ehci_bus_suspend()
431 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
469 (temp & PORT_SUSPEND)) { in ehci_bus_resume()
492 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume()
948 if (!(temp & PORT_SUSPEND)) in ehci_hub_control()
1062 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
1127 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1195 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ehci_hub_control()
1224 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
[all …]
Doxu210hp-hcd.c188 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
600 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
3616 if (temp & PORT_SUSPEND) { in oxu_hub_control()
3702 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3755 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3798 writel(temp | PORT_SUSPEND, status_reg); in oxu_hub_control()
3893 !(t1 & PORT_SUSPEND)) { in oxu_bus_suspend()
3894 t2 |= PORT_SUSPEND; in oxu_bus_suspend()
3973 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
3983 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
Dfotg210.h279 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
Dfotg210-hcd.c252 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
1510 if (!(temp & PORT_SUSPEND)) in fotg210_hub_control()
1598 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1662 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1713 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control()
1754 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control()
5202 !(pstatus & PORT_SUSPEND)) && in fotg210_irq()
Dehci-hcd.c824 !(pstatus & PORT_SUSPEND)) && in ehci_irq()
Dehci-dbg.c250 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
/drivers/usb/chipidea/
Dhost.c264 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ci_ehci_hub_control()
270 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in ci_ehci_hub_control()
271 PORT_SUSPEND, 5000)) in ci_ehci_hub_control()
/drivers/usb/isp1760/
Disp1760-regs.h53 #define PORT_SUSPEND (1 << 7) /* suspend port */ macro
Disp1760-hcd.c1860 if (temp & PORT_SUSPEND) { in isp1760_hub_control()
1944 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in isp1760_hub_control()
1988 if (temp & (PORT_SUSPEND|PORT_RESUME)) in isp1760_hub_control()
2027 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_SUSPEND); in isp1760_hub_control()