Searched refs:PORT_RESUME (Results 1 – 10 of 10) sorted by relevance
/drivers/usb/host/ |
D | ehci-hub.c | 442 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume() 481 temp |= PORT_RESUME; in ehci_bus_resume() 503 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume() 967 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control() 1042 if (temp & PORT_RESUME) { in ehci_hub_control() 1065 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 1069 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control() 1130 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1227 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
|
D | oxu210hp-hcd.c | 174 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 2490 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq() 3114 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data() 3202 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3253 if (temp & PORT_RESUME) { in oxu_hub_control() 3273 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3276 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control() 3283 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control() 3336 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control() 3386 if (temp & PORT_RESUME) in oxu_hub_control() [all …]
|
D | ehci-tegra.c | 278 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control() 286 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
|
D | oxu210hp.h | 158 #define PORT_RESUME (1<<6) /* resume it */ macro
|
D | fotg210-hcd.c | 263 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 1544 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control() 1593 if (temp & PORT_RESUME) { in fotg210_hub_control() 1615 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1619 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control() 1626 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1661 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1690 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1746 if (temp & PORT_RESUME) in fotg210_hub_control() 5237 ((pstatus & PORT_RESUME) || in fotg210_irq()
|
D | fotg210.h | 277 #define PORT_RESUME (1<<6) /* resume it */ macro
|
D | ehci-hcd.c | 804 ((pstatus & PORT_RESUME) || in ehci_irq()
|
D | ehci-dbg.c | 261 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
|
/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1742 || ((temp & PORT_RESUME) != 0 in isp1760_hub_status_data() 1869 temp | PORT_RESUME); in isp1760_hub_control() 1917 if (temp & PORT_RESUME) { in isp1760_hub_control() 1938 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control() 1940 PORT_RESUME, 0, 2000 /* 2msec */); in isp1760_hub_control() 1947 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in isp1760_hub_control() 1991 if (temp & (PORT_SUSPEND|PORT_RESUME)) in isp1760_hub_control() 2039 if (temp & PORT_RESUME) in isp1760_hub_control()
|
D | isp1760-regs.h | 57 #define PORT_RESUME (1 << 6) /* resume it */ macro
|