Searched refs:PORT_RESUME (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | ehci-hub.c | 429 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume() 468 temp |= PORT_RESUME; in ehci_bus_resume() 490 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume() 962 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control() 1037 if (temp & PORT_RESUME) { in ehci_hub_control() 1060 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 1064 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control() 1125 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1222 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
|
| D | oxu210hp-hcd.c | 188 #define PORT_RESUME (1<<6) /* resume it */ macro 600 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 2912 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq() 3531 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data() 3619 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3670 if (temp & PORT_RESUME) { in oxu_hub_control() 3690 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3693 PORT_RESUME, 0, 2000 /* 2msec */); 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() [all …]
|
| D | ehci-tegra.c | 254 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control() 262 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
|
| D | fotg210.h | 280 #define PORT_RESUME (1<<6) /* resume it */ macro
|
| D | fotg210-hcd.c | 252 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 1521 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control() 1570 if (temp & PORT_RESUME) { in fotg210_hub_control() 1592 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1596 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control() 1603 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1638 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1667 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1723 if (temp & PORT_RESUME) in fotg210_hub_control() 5210 ((pstatus & PORT_RESUME) || in fotg210_irq()
|
| D | ehci-hcd.c | 791 ((pstatus & PORT_RESUME) || in ehci_irq()
|
| D | ehci-dbg.c | 251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
|
| /Linux-v5.4/drivers/usb/isp1760/ |
| D | isp1760-regs.h | 54 #define PORT_RESUME (1 << 6) /* resume it */ macro
|
| D | isp1760-hcd.c | 1744 || ((temp & PORT_RESUME) != 0 in isp1760_hub_status_data() 1870 temp | PORT_RESUME); in isp1760_hub_control() 1918 if (temp & PORT_RESUME) { in isp1760_hub_control() 1939 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control() 1941 PORT_RESUME, 0, 2000 /* 2msec */); 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() 2039 if (temp & PORT_RESUME) in isp1760_hub_control()
|
| /Linux-v5.4/include/linux/usb/ |
| D | ehci_def.h | 159 #define PORT_RESUME (1<<6) /* resume it */ macro
|
| /Linux-v5.4/drivers/usb/chipidea/ |
| D | host.c | 285 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()
|