Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dehci-hub.c430 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
469 temp |= PORT_RESUME; in ehci_bus_resume()
491 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_bus_resume()
947 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control()
1022 if (temp & PORT_RESUME) { in ehci_hub_control()
1045 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
1049 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control()
1110 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1201 if (temp & (PORT_SUSPEND|PORT_RESUME)) in ehci_hub_control()
Doxu210hp-hcd.c174 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2499 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3123 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3211 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3262 if (temp & PORT_RESUME) { in oxu_hub_control()
3282 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3285 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3292 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3345 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3395 if (temp & PORT_RESUME) in oxu_hub_control()
[all …]
Dehci-tegra.c268 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control()
276 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control()
Doxu210hp.h157 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfotg210.h276 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfotg210-hcd.c263 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1545 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control()
1594 if (temp & PORT_RESUME) { in fotg210_hub_control()
1616 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1620 PORT_RESUME, 0, 2000);/* 2ms */ in fotg210_hub_control()
1627 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1658 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1687 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1743 if (temp & PORT_RESUME) in fotg210_hub_control()
5245 ((pstatus & PORT_RESUME) || in fotg210_irq()
Dehci-hcd.c790 ((pstatus & PORT_RESUME) || in ehci_irq()
Dehci-dbg.c274 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-regs.h57 #define PORT_RESUME (1 << 6) /* resume it */ macro
Disp1760-hcd.c1743 || ((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()
2040 if (temp & PORT_RESUME) in isp1760_hub_control()
/linux-4.4.14/include/linux/usb/
Dehci_def.h158 #define PORT_RESUME (1<<6) /* resume it */ macro