Symbol: PORT_RWC_BITS
drivers/usb/chipidea/host.c
291
temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E);
drivers/usb/early/ehci-dbgp.c
632
writel(portsc & ~(PORT_RWC_BITS | PORT_RESET),
drivers/usb/fotg210/fotg210-hcd.c
1487
temp &= ~PORT_RWC_BITS;
drivers/usb/fotg210/fotg210-hcd.c
1583
~(PORT_RWC_BITS | PORT_RESUME),
drivers/usb/fotg210/fotg210-hcd.c
1607
temp & ~(PORT_RWC_BITS | PORT_RESET),
drivers/usb/fotg210/fotg210-hcd.c
1637
temp &= ~PORT_RWC_BITS;
drivers/usb/fotg210/fotg210-hcd.c
1698
temp &= ~PORT_RWC_BITS;
drivers/usb/fotg210/fotg210-hcd.c
1748
~PORT_RWC_BITS;
drivers/usb/fotg210/fotg210-hcd.c
4779
fotg210_writel(fotg210, PORT_RWC_BITS, status_reg);
drivers/usb/host/ehci-fsl.c
480
pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS);
drivers/usb/host/ehci-hcd.c
327
ehci_writel(ehci, PORT_RWC_BITS,
drivers/usb/host/ehci-hub.c
1050
temp &= ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
110
status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
1155
temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
1211
u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
179
u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
258
u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
467
temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
drivers/usb/host/ehci-hub.c
492
temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME);
drivers/usb/host/ehci-hub.c
559
port_status &= ~(PORT_PE | PORT_RWC_BITS);
drivers/usb/host/ehci-hub.c
59
status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
595
port_status &= ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
73
status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
783
temp &= ~PORT_RWC_BITS;
drivers/usb/host/ehci-hub.c
932
temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME);
drivers/usb/host/ehci-hub.c
950
ehci_writel(ehci, temp & ~(PORT_RWC_BITS | PORT_RESET),
drivers/usb/host/ehci-hub.c
971
temp &= ~PORT_RWC_BITS;
drivers/usb/host/oxu210hp-hcd.c
2750
writel(PORT_RWC_BITS, &oxu->regs->port_status[port]);
drivers/usb/host/oxu210hp-hcd.c
3588
writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg);
drivers/usb/host/oxu210hp-hcd.c
3597
temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
drivers/usb/host/oxu210hp-hcd.c
3608
writel(temp & ~(PORT_RWC_BITS | PORT_POWER),
drivers/usb/host/oxu210hp-hcd.c
3612
writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
drivers/usb/host/oxu210hp-hcd.c
3615
writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
drivers/usb/host/oxu210hp-hcd.c
3669
writel(temp & ~(PORT_RWC_BITS | PORT_RESUME),
drivers/usb/host/oxu210hp-hcd.c
3691
writel(temp & ~(PORT_RWC_BITS | PORT_RESET),
drivers/usb/host/oxu210hp-hcd.c
3712
temp &= ~PORT_RWC_BITS;
drivers/usb/host/oxu210hp-hcd.c
3767
temp &= ~PORT_RWC_BITS;
drivers/usb/host/oxu210hp-hcd.c
3865
u32 t1 = readl(reg) & ~PORT_RWC_BITS;
drivers/usb/host/oxu210hp-hcd.c
3948
temp &= ~(PORT_RWC_BITS
drivers/usb/host/oxu210hp-hcd.c
3961
temp &= ~(PORT_RWC_BITS | PORT_RESUME);
drivers/usb/host/xhci-hub.c
1863
portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
drivers/usb/host/xhci-hub.c
1943
portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
drivers/usb/phy/phy-tegra-usb.c
320
val = readl_relaxed(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS;