Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
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()
825 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control()
900 if (temp & PORT_RESUME) { in ehci_hub_control()
923 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
927 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control()
988 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1085 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
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()
3534 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3622 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3673 if (temp & PORT_RESUME) { in oxu_hub_control()
3693 writel(temp & ~(PORT_RWC_BITS | 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()
[all …]
Dehci-brcm.c76 (ehci_readl(ehci, status_reg) & PORT_RESUME)) { in ehci_brcm_hub_control()
Dfotg210.h277 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfotg210-hcd.c253 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1520 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control()
1569 if (temp & PORT_RESUME) { in fotg210_hub_control()
1591 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1595 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control()
1602 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1637 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1666 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1722 if (temp & PORT_RESUME) in fotg210_hub_control()
5208 ((pstatus & PORT_RESUME) || in fotg210_irq()
Dehci-hcd.c808 ((pstatus & PORT_RESUME) || in ehci_irq()
Dehci-dbg.c251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
/Linux-v5.15/include/linux/usb/
Dehci_def.h161 #define PORT_RESUME (1<<6) /* resume it */ macro
/Linux-v5.15/drivers/usb/isp1760/
Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
Disp1760-hcd.c191 [PORT_RESUME] = BIT(6),
2130 (isp1760_hcd_is_set(hcd, PORT_RESUME) && in isp1760_hub_status_data()
2254 isp1760_hcd_set(hcd, PORT_RESUME); in isp1760_hub_control()
2300 if (isp1760_hcd_is_set(hcd, PORT_RESUME)) { in isp1760_hub_control()
2322 PORT_RESUME, 2000); in isp1760_hub_control()
2370 isp1760_hcd_is_set(hcd, PORT_RESUME)) in isp1760_hub_control()
2415 if (isp1760_hcd_is_set(hcd, PORT_RESUME)) in isp1760_hub_control()
Disp1760-core.c208 [PORT_RESUME] = REG_FIELD(ISP176x_HC_PORTSC1, 6, 6),
277 [PORT_RESUME] = REG_FIELD(ISP1763_HC_PORTSC1, 6, 6),
/Linux-v5.15/drivers/usb/chipidea/
Dhost.c310 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()