Home
last modified time | relevance | path

Searched refs:PORT_RESUME (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H 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()
650 // PORT_RESUME from hardware ~= PORT_STAT_C_SUSPEND in ehci_hub_status_data()
964 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control()
1039 if (temp & PORT_RESUME) { in ehci_hub_control()
1062 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
1066 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control()
1127 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1224 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
[all...]
H A Doxu210hp-hcd.c189 #define PORT_RESUME (1<<6) /* resume it */ macro
601 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2914 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3533 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3621 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3672 if (temp & PORT_RESUME) { in oxu_hub_control()
3692 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3695 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3702 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3755 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
[all...]
H A Dehci-tegra.c252 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control()
260 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
H A Dehci-brcm.c76 (ehci_readl(ehci, status_reg) & PORT_RESUME)) { in ehci_brcm_hub_control()
H A Dfotg210.h280 #define PORT_RESUME (1<<6) /* resume it */ macro
H A Dfotg210-hcd.c253 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1406 /* PORT_RESUME from hardware ~= PORT_STAT_C_SUSPEND */ in fotg210_hub_status_data()
1516 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control()
1565 if (temp & PORT_RESUME) { in fotg210_hub_control()
1587 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1591 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control()
1598 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1633 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1662 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1718 if (temp & PORT_RESUME) in fotg210_hub_control()
[all...]
H A Dehci-hcd.c823 ((pstatus & PORT_RESUME) || in ehci_irq()
H A Dehci-dbg.c251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
/kernel/linux/linux-6.6/drivers/usb/host/
H 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()
650 // PORT_RESUME from hardware ~= PORT_STAT_C_SUSPEND in ehci_hub_status_data()
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()
[all...]
H 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()
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...]
H A Dehci-brcm.c80 (ehci_readl(ehci, status_reg) & PORT_RESUME)) { in ehci_brcm_hub_control()
H A Dehci-dbg.c251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
H A Dehci-hcd.c821 ((pstatus & PORT_RESUME) || in ehci_irq()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h159 #define PORT_RESUME (1<<6) /* resume it */ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h147 #define PORT_RESUME (1<<6) /* resume it */ macro
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c1740 || ((temp & PORT_RESUME) != 0 in isp1760_hub_status_data()
1866 temp | PORT_RESUME); in isp1760_hub_control()
1914 if (temp & PORT_RESUME) { in isp1760_hub_control()
1935 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control()
1937 PORT_RESUME, 0, 2000 /* 2msec */); in isp1760_hub_control()
1944 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in isp1760_hub_control()
1988 if (temp & (PORT_SUSPEND|PORT_RESUME)) in isp1760_hub_control()
2035 if (temp & PORT_RESUME) in isp1760_hub_control()
H A Disp1760-regs.h54 #define PORT_RESUME (1 << 6) /* resume it */ macro
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
H A Disp1760-core.c208 [PORT_RESUME] = REG_FIELD(ISP176x_HC_PORTSC1, 6, 6),
279 [PORT_RESUME] = REG_FIELD(ISP1763_HC_PORTSC1, 6, 6),
H 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()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h278 #define PORT_RESUME (1<<6) /* resume it */ macro
H A Dfotg210-hcd.c252 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1406 /* PORT_RESUME from hardware ~= PORT_STAT_C_SUSPEND */ in fotg210_hub_status_data()
1516 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control()
1565 if (temp & PORT_RESUME) { in fotg210_hub_control()
1587 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1591 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control()
1598 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1633 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1662 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1718 if (temp & PORT_RESUME) in fotg210_hub_control()
[all...]
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dhost.c295 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dhost.c317 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()

Completed in 59 milliseconds