Searched refs:PORT_RESUME (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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() 3128 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data() 3216 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3267 if (temp & PORT_RESUME) { in oxu_hub_control() 3287 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3290 PORT_RESUME, 0, 2000 /* 2msec */); 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() 3400 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.h | 270 #define PORT_RESUME (1<<6) /* resume it */ macro
|
D | fusbh200.h | 265 #define PORT_RESUME (1<<6) /* resume it */ macro
|
D | fusbh200-hcd.c | 271 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 1553 fusbh200_writel(fusbh200, temp | PORT_RESUME, status_reg); in fusbh200_hub_control() 1601 if (temp & PORT_RESUME) { in fusbh200_hub_control() 1623 temp & ~(PORT_RWC_BITS | PORT_RESUME), in fusbh200_hub_control() 1627 PORT_RESUME, 0, 2000 /* 2msec */); in fusbh200_hub_control() 1634 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fusbh200_hub_control() 1665 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fusbh200_hub_control() 1693 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fusbh200_hub_control() 1748 if (temp & PORT_RESUME) in fusbh200_hub_control() 5351 ((pstatus & PORT_RESUME) || in fusbh200_irq()
|
D | fotg210-hcd.c | 279 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 1596 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control() 1645 if (temp & PORT_RESUME) { in fotg210_hub_control() 1667 temp & ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control() 1671 PORT_RESUME, 0, 2000 /* 2msec */); in fotg210_hub_control() 1678 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1710 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1739 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1795 if (temp & PORT_RESUME) in fotg210_hub_control() 5442 ((pstatus & PORT_RESUME) || in fotg210_irq()
|
D | ehci-hcd.c | 789 ((pstatus & PORT_RESUME) || in ehci_irq()
|
D | ehci-dbg.c | 274 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-regs.h | 57 #define PORT_RESUME (1 << 6) /* resume it */ macro
|
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()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 158 #define PORT_RESUME (1<<6) /* resume it */ macro
|