Searched refs:PORT_RWC_BITS (Results 1 - 14 of 14) sorted by relevance

/drivers/usb/host/
H A Dehci-hub.c71 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
87 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
124 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
193 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
271 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
467 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
489 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME);
548 port_status &= ~(PORT_PE | PORT_RWC_BITS);
584 port_status &= ~PORT_RWC_BITS;
901 temp &= ~PORT_RWC_BITS;
[all...]
H A Doxu210hp-hcd.c2362 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]);
3207 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg);
3216 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
3227 writel(temp & ~(PORT_RWC_BITS | PORT_POWER),
3231 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
3234 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
3288 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME),
3310 writel(temp & ~(PORT_RWC_BITS | PORT_RESET),
3331 temp &= ~PORT_RWC_BITS;
3386 temp &= ~PORT_RWC_BITS;
[all...]
H A Dehci-tegra.c220 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E);
266 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
H A Doxu210hp.h164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
H A Dxhci-hub.c31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ macro
1207 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
1209 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
H A Dfotg210.h273 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
H A Dfusbh200.h268 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
H A Dehci-fsl.c454 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS);
H A Disp1760-hcd.c93 #define PORT_RWC_BITS (PORT_CSC) macro
1827 port_status &= ~PORT_RWC_BITS;
1894 temp &= ~(PORT_RWC_BITS);
1965 temp & ~(PORT_RWC_BITS | PORT_RESUME));
2047 /* temp &= ~PORT_RWC_BITS; */
H A Dfotg210-hcd.c1571 temp &= ~PORT_RWC_BITS;
1667 temp & ~(PORT_RWC_BITS | PORT_RESUME),
1692 temp & ~(PORT_RWC_BITS | PORT_RESET),
1718 temp &= ~PORT_RWC_BITS;
1779 temp &= ~PORT_RWC_BITS;
1829 ~PORT_RWC_BITS;
5017 fotg210_writel(fotg210, PORT_RWC_BITS, status_reg);
H A Dfusbh200-hcd.c1529 temp &= ~PORT_RWC_BITS;
1624 temp & ~(PORT_RWC_BITS | PORT_RESUME),
1648 fusbh200_writel(fusbh200, temp & ~(PORT_RWC_BITS | PORT_RESET),
1674 temp &= ~PORT_RWC_BITS;
1734 temp &= ~PORT_RWC_BITS;
1782 temp = fusbh200_readl(fusbh200, status_reg) & ~PORT_RWC_BITS;
4952 fusbh200_writel(fusbh200, PORT_RWC_BITS, status_reg);
H A Dehci-hcd.c333 ehci_writel(ehci, PORT_RWC_BITS,
/drivers/usb/early/
H A Dehci-dbgp.c638 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET),
/drivers/usb/phy/
H A Dphy-tegra-usb.c237 val = readl(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS;

Completed in 147 milliseconds