Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-hub.c429 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
468 temp |= PORT_RESUME; in ehci_bus_resume()
490 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume()
962 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control()
1037 if (temp & PORT_RESUME) { in ehci_hub_control()
1060 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
1064 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control()
1125 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1222 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
Doxu210hp-hcd.c161 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2477 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3101 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3189 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3240 if (temp & PORT_RESUME) { in oxu_hub_control()
3260 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3263 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3270 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3323 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3373 if (temp & PORT_RESUME) in oxu_hub_control()
[all …]
Dehci-tegra.c254 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control()
262 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
Doxu210hp.h158 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfotg210.h277 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfotg210-hcd.c250 (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()
1632 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1661 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1717 if (temp & PORT_RESUME) in fotg210_hub_control()
5204 ((pstatus & PORT_RESUME) || in fotg210_irq()
Dehci-hcd.c791 ((pstatus & PORT_RESUME) || in ehci_irq()
Dehci-dbg.c251 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-regs.h54 #define PORT_RESUME (1 << 6) /* resume it */ macro
Disp1760-hcd.c1744 || ((temp & PORT_RESUME) != 0 in isp1760_hub_status_data()
1870 temp | PORT_RESUME); in isp1760_hub_control()
1918 if (temp & PORT_RESUME) { in isp1760_hub_control()
1939 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control()
1941 PORT_RESUME, 0, 2000 /* 2msec */); in isp1760_hub_control()
1948 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in isp1760_hub_control()
1992 if (temp & (PORT_SUSPEND|PORT_RESUME)) in isp1760_hub_control()
2039 if (temp & PORT_RESUME) in isp1760_hub_control()
/Linux-v4.19/include/linux/usb/
Dehci_def.h159 #define PORT_RESUME (1<<6) /* resume it */ macro