Home
last modified time | relevance | path

Searched refs:PORT_RESUME (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/usb/host/
A Dehci-hub.c431 !(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()
826 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control()
901 if (temp & PORT_RESUME) { in ehci_hub_control()
924 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
928 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control()
989 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1086 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
A Doxu210hp-hcd.c189 #define PORT_RESUME (1<<6) /* resume it */ macro
601 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2915 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3622 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3673 if (temp & PORT_RESUME) { in oxu_hub_control()
3696 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3703 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3756 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3806 if (temp & PORT_RESUME) in oxu_hub_control()
3976 temp |= PORT_RESUME; in oxu_bus_resume()
[all …]
A Dehci-brcm.c80 (ehci_readl(ehci, status_reg) & PORT_RESUME)) { in ehci_brcm_hub_control()
A Dehci-hcd.c817 ((pstatus & PORT_RESUME) || in ehci_irq()
A Dehci-dbg.c251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h147 #define PORT_RESUME (1<<6) /* resume it */ macro
/linux-6.3-rc2/drivers/usb/isp1760/
A Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
A Disp1760-hcd.c191 [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()
A Disp1760-core.c208 [PORT_RESUME] = REG_FIELD(ISP176x_HC_PORTSC1, 6, 6),
279 [PORT_RESUME] = REG_FIELD(ISP1763_HC_PORTSC1, 6, 6),
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h278 #define PORT_RESUME (1<<6) /* resume it */ macro
A Dfotg210-hcd.c252 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1519 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control()
1568 if (temp & PORT_RESUME) { in fotg210_hub_control()
1590 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1594 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control()
1601 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1636 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1665 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1721 if (temp & PORT_RESUME) in fotg210_hub_control()
5203 ((pstatus & PORT_RESUME) || in fotg210_irq()
/linux-6.3-rc2/drivers/usb/chipidea/
A Dhost.c317 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()

Completed in 41 milliseconds