Searched refs:PORT_SUSPEND (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-hub.c | 264 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend() 265 t2 |= PORT_SUSPEND; in ehci_bus_suspend() 431 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume() 469 (temp & PORT_SUSPEND)) { in ehci_bus_resume() 492 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume() 811 if (!(temp & PORT_SUSPEND)) in ehci_hub_control() 932 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control() 997 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control() 1065 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ehci_hub_control() 1094 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control() [all …]
|
/linux/drivers/usb/chipidea/ |
H A D | host.c | 293 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in ci_ehci_hub_control() 299 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in ci_ehci_hub_control() 300 PORT_SUSPEND, 5000)) in ci_ehci_hub_control()
|
/linux/include/linux/usb/ |
H A D | ehci_def.h | 146 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
|
H A D | isp1760-core.c | 207 [PORT_SUSPEND] = REG_FIELD(ISP176x_HC_PORTSC1, 7, 7), 278 [PORT_SUSPEND] = REG_FIELD(ISP1763_HC_PORTSC1, 7, 7),
|
H A D | isp1760-hcd.c | 190 [PORT_SUSPEND] = BIT(7), 2246 if (isp1760_hcd_is_set(hcd, PORT_SUSPEND)) { in isp1760_hub_control() 2366 if (isp1760_hcd_is_set(hcd, PORT_SUSPEND) && in isp1760_hub_control() 2405 isp1760_hcd_set(hcd, PORT_SUSPEND); in isp1760_hub_control()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 277 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
|
H A D | fotg210-hcd.c | 251 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf() 1506 if (!(temp & PORT_SUSPEND)) in fotg210_hub_control() 1594 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control() 1658 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control() 1709 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control() 1750 fotg210_writel(fotg210, temp | PORT_SUSPEND, in fotg210_hub_control() 5197 !(pstatus & PORT_SUSPEND)) && in fotg210_irq()
|