Searched refs:PORT_RESUME (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-hub.c | 431 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume() 470 temp |= PORT_RESUME; in ehci_bus_resume() 492 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume() 964 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control() 1039 if (temp & PORT_RESUME) { in ehci_hub_control() 1062 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 1066 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control() 1127 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1224 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
|
| H A D | oxu210hp-hcd.c | 189 #define PORT_RESUME (1<<6) /* resume it */ macro 601 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 2914 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq() 3533 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data() 3621 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3672 if (temp & PORT_RESUME) { in oxu_hub_control() 3692 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3695 PORT_RESUME, 0, 2000 /* 2msec */); 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() [all …]
|
| H A D | ehci-tegra.c | 252 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control() 260 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
|
| H A D | ehci-brcm.c | 76 (ehci_readl(ehci, status_reg) & PORT_RESUME)) { in ehci_brcm_hub_control()
|
| H A D | fotg210-hcd.c | 253 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 1519 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control() 1568 if (temp & PORT_RESUME) { in fotg210_hub_control() 1590 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1594 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control() 1601 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1636 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1665 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1721 if (temp & PORT_RESUME) in fotg210_hub_control() 5204 ((pstatus & PORT_RESUME) || in fotg210_irq()
|
| H A D | fotg210.h | 280 #define PORT_RESUME (1<<6) /* resume it */ macro
|
| H A D | ehci-hcd.c | 825 ((pstatus & PORT_RESUME) || in ehci_irq()
|
| H A D | ehci-dbg.c | 251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1740 || ((temp & PORT_RESUME) != 0 in isp1760_hub_status_data() 1866 temp | PORT_RESUME); in isp1760_hub_control() 1914 if (temp & PORT_RESUME) { in isp1760_hub_control() 1935 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control() 1937 PORT_RESUME, 0, 2000 /* 2msec */); 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() 2035 if (temp & PORT_RESUME) in isp1760_hub_control()
|
| H A D | isp1760-regs.h | 54 #define PORT_RESUME (1 << 6) /* resume it */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ehci_def.h | 159 #define PORT_RESUME (1<<6) /* resume it */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | host.c | 295 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()
|