Searched refs:PORT_RESUME (Results 1 – 7 of 7) sorted by relevance
| /linux/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() 827 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control() 909 if (temp & PORT_RESUME) { in ehci_hub_control() 932 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 936 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control() 997 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1094 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
|
| H A D | oxu210hp-hcd.c | 190 #define PORT_RESUME (1<<6) /* resume it */ macro 577 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf() 2891 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq() 3510 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data() 3598 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3649 if (temp & PORT_RESUME) { in oxu_hub_control() 3669 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control() 3672 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control() 3679 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control() 3732 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control() [all …]
|
| /linux/include/linux/usb/ |
| H A D | ehci_def.h | 147 #define PORT_RESUME (1<<6) /* resume it */ macro
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-regs.h | 71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
|
| H A D | isp1760-hcd.c | 191 [PORT_RESUME] = BIT(6), 2127 (isp1760_hcd_is_set(hcd, PORT_RESUME) && in isp1760_hub_status_data() 2251 isp1760_hcd_set(hcd, PORT_RESUME); in isp1760_hub_control() 2297 if (isp1760_hcd_is_set(hcd, PORT_RESUME)) { in isp1760_hub_control() 2319 PORT_RESUME, 2000); in isp1760_hub_control() 2367 isp1760_hcd_is_set(hcd, PORT_RESUME)) in isp1760_hub_control() 2412 if (isp1760_hcd_is_set(hcd, PORT_RESUME)) in isp1760_hub_control()
|
| H A D | isp1760-core.c | 208 [PORT_RESUME] = REG_FIELD(ISP176x_HC_PORTSC1, 6, 6), 279 [PORT_RESUME] = REG_FIELD(ISP1763_HC_PORTSC1, 6, 6),
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 278 #define PORT_RESUME (1<<6) /* resume it */ macro
|