Searched refs:PORT_RESUME (Results 1 – 10 of 10) sorted by relevance
/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() 946 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control() 1021 if (temp & PORT_RESUME) { in ehci_hub_control() 1044 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 1048 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control() 1109 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1200 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
|
D | oxu210hp-hcd.c | 174 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 2499 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq() 3123 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data() 3211 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3262 if (temp & PORT_RESUME) { in oxu_hub_control() 3282 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3285 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control() 3292 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control() 3345 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control() 3395 if (temp & PORT_RESUME) in oxu_hub_control() [all …]
|
D | ehci-tegra.c | 268 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control() 276 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
|
D | oxu210hp.h | 157 #define PORT_RESUME (1<<6) /* resume it */ macro
|
D | fotg210-hcd.c | 263 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 1545 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control() 1594 if (temp & PORT_RESUME) { in fotg210_hub_control() 1616 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1620 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control() 1627 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1662 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1691 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1747 if (temp & PORT_RESUME) in fotg210_hub_control() 5248 ((pstatus & PORT_RESUME) || in fotg210_irq()
|
D | fotg210.h | 276 #define PORT_RESUME (1<<6) /* resume it */ macro
|
D | ehci-hcd.c | 803 ((pstatus & PORT_RESUME) || in ehci_irq()
|
D | ehci-dbg.c | 274 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
|
/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1743 || ((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() 2040 if (temp & PORT_RESUME) in isp1760_hub_control()
|
D | isp1760-regs.h | 57 #define PORT_RESUME (1 << 6) /* resume it */ macro
|