Home
last modified time | relevance | path

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

/linux-4.1.27/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()
946 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in ehci_hub_control()
1021 if (temp & PORT_RESUME) { in ehci_hub_control()
1044 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); in ehci_hub_control()
1048 PORT_RESUME, 0, 2000 /* 2msec */); in ehci_hub_control()
1109 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in ehci_hub_control()
1200 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()
3128 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3216 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3267 if (temp & PORT_RESUME) { in oxu_hub_control()
3287 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3290 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3297 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3350 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3400 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.h270 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfusbh200.h265 #define PORT_RESUME (1<<6) /* resume it */ macro
Dfusbh200-hcd.c271 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1553 fusbh200_writel(fusbh200, temp | PORT_RESUME, status_reg); in fusbh200_hub_control()
1601 if (temp & PORT_RESUME) { in fusbh200_hub_control()
1623 temp & ~(PORT_RWC_BITS | PORT_RESUME), in fusbh200_hub_control()
1627 PORT_RESUME, 0, 2000 /* 2msec */); in fusbh200_hub_control()
1634 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fusbh200_hub_control()
1665 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fusbh200_hub_control()
1693 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fusbh200_hub_control()
1748 if (temp & PORT_RESUME) in fusbh200_hub_control()
5351 ((pstatus & PORT_RESUME) || in fusbh200_irq()
Dfotg210-hcd.c279 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
1596 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control()
1645 if (temp & PORT_RESUME) { in fotg210_hub_control()
1667 temp & ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1671 PORT_RESUME, 0, 2000 /* 2msec */); in fotg210_hub_control()
1678 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in fotg210_hub_control()
1710 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control()
1739 if (temp & (PORT_SUSPEND|PORT_RESUME)) { in fotg210_hub_control()
1795 if (temp & PORT_RESUME) in fotg210_hub_control()
5442 ((pstatus & PORT_RESUME) || in fotg210_irq()
Dehci-hcd.c789 ((pstatus & PORT_RESUME) || in ehci_irq()
Dehci-dbg.c274 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
/linux-4.1.27/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.1.27/include/linux/usb/
Dehci_def.h158 #define PORT_RESUME (1<<6) /* resume it */ macro