Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci-tegra.c192 if (tegra->port_resuming && !(temp & PORT_SUSPEND)) { in tegra_ehci_hub_control()
208 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in tegra_ehci_hub_control()
214 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in tegra_ehci_hub_control()
215 PORT_SUSPEND, 5000)) in tegra_ehci_hub_control()
244 if (!(temp & PORT_SUSPEND)) in tegra_ehci_hub_control()
264 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, 0, 2000)) in tegra_ehci_hub_control()
Dehci-hub.c265 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend()
266 t2 |= PORT_SUSPEND; in ehci_bus_suspend()
429 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
467 (temp & PORT_SUSPEND)) { in ehci_bus_resume()
490 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume()
946 if (!(temp & PORT_SUSPEND)) in ehci_hub_control()
1060 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
1125 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1193 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ehci_hub_control()
1222 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
[all …]
Doxu210hp-hcd.c187 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
599 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
3614 if (temp & PORT_SUSPEND) { in oxu_hub_control()
3700 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3753 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3796 writel(temp | PORT_SUSPEND, status_reg); in oxu_hub_control()
3891 !(t1 & PORT_SUSPEND)) { in oxu_bus_suspend()
3892 t2 |= PORT_SUSPEND; in oxu_bus_suspend()
3969 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
3979 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.c251 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
1515 if (!(temp & PORT_SUSPEND)) in fotg210_hub_control()
1603 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1667 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1718 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control()
1759 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control()
5211 !(pstatus & PORT_SUSPEND)) && in fotg210_irq()
Dehci-hcd.c792 !(pstatus & PORT_SUSPEND)) && in ehci_irq()
Dehci-dbg.c250 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
/Linux-v5.4/drivers/usb/chipidea/
Dhost.c254 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ci_ehci_hub_control()
260 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in ci_ehci_hub_control()
261 PORT_SUSPEND, 5000)) in ci_ehci_hub_control()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-regs.h53 #define PORT_SUSPEND (1 << 7) /* suspend port */ macro
Disp1760-hcd.c1864 if (temp & PORT_SUSPEND) { in isp1760_hub_control()
1948 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in isp1760_hub_control()
1992 if (temp & (PORT_SUSPEND|PORT_RESUME)) in isp1760_hub_control()
2031 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_SUSPEND); in isp1760_hub_control()
/Linux-v5.4/include/linux/usb/
Dehci_def.h158 #define PORT_SUSPEND (1<<7) /* suspend port */ macro