Searched refs:PORT_SUSPEND (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-tegra.c | 206 if (tegra->port_resuming && !(temp & PORT_SUSPEND)) { in tegra_ehci_hub_control() 222 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in tegra_ehci_hub_control() 228 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in tegra_ehci_hub_control() 229 PORT_SUSPEND, 5000)) in tegra_ehci_hub_control() 258 if (!(temp & PORT_SUSPEND)) in tegra_ehci_hub_control() 278 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, 0, 2000)) in tegra_ehci_hub_control()
|
D | ehci-hub.c | 275 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend() 276 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() 930 if (!(temp & PORT_SUSPEND)) in ehci_hub_control() 1044 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 1109 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1177 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ehci_hub_control() 1200 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control() [all …]
|
D | oxu210hp-hcd.c | 173 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf() 3211 if (temp & PORT_SUSPEND) { in oxu_hub_control() 3297 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control() 3350 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control() 3393 writel(temp | PORT_SUSPEND, status_reg); in oxu_hub_control() 3488 !(t1 & PORT_SUSPEND)) { in oxu_bus_suspend() 3489 t2 |= PORT_SUSPEND; in oxu_bus_suspend() 3566 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume() 3576 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
|
D | oxu210hp.h | 156 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
|
D | fotg210.h | 269 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
|
D | fusbh200.h | 264 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
|
D | fusbh200-hcd.c | 270 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf() 1548 if (!(temp & PORT_SUSPEND)) in fusbh200_hub_control() 1634 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fusbh200_hub_control() 1693 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fusbh200_hub_control() 1744 fusbh200_writel(fusbh200, temp | PORT_SUSPEND, status_reg); in fusbh200_hub_control() 1783 fusbh200_writel(fusbh200, temp | PORT_SUSPEND, in fusbh200_hub_control() 5352 !(pstatus & PORT_SUSPEND)) && in fusbh200_irq()
|
D | fotg210-hcd.c | 278 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf() 1590 if (!(temp & PORT_SUSPEND)) in fotg210_hub_control() 1678 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1739 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1790 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control() 1831 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control() 5443 !(pstatus & PORT_SUSPEND)) && in fotg210_irq()
|
D | ehci-hcd.c | 790 !(pstatus & PORT_SUSPEND)) && in ehci_irq()
|
D | ehci-dbg.c | 273 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-regs.h | 56 #define PORT_SUSPEND (1 << 7) /* suspend port */ macro
|
D | isp1760-hcd.c | 1864 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() 2032 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_SUSPEND); in isp1760_hub_control()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 157 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
|