Symbol: PORT_CSC
drivers/usb/cdns3/cdnsp-debug.h
480
if (portsc & PORT_CSC)
drivers/usb/cdns3/cdnsp-gadget.h
168
#define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
drivers/usb/cdns3/cdnsp-gadget.h
331
#define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
drivers/usb/cdns3/cdnsp-ring.c
859
if (portsc & PORT_CSC) {
drivers/usb/chipidea/ci_hdrc_tegra.c
218
if (temp & PORT_CSC)
drivers/usb/chipidea/ci_hdrc_tegra.c
219
ehci_writel(ehci, PORT_CSC, portsc_reg);
drivers/usb/early/ehci-dbgp.c
645
if ((portsc & PORT_CSC))
drivers/usb/fotg210/fotg210-hcd.c
1401
mask = PORT_CSC | PORT_PEC;
drivers/usb/fotg210/fotg210-hcd.c
1520
fotg210_writel(fotg210, temp | PORT_CSC, status_reg);
drivers/usb/fotg210/fotg210-hcd.c
1551
if (temp & PORT_CSC)
drivers/usb/fotg210/fotg210-hcd.c
255
(status & PORT_CSC) ? " CSC" : "",
drivers/usb/fotg210/fotg210-hcd.h
283
#define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
drivers/usb/host/ehci-dbg.c
256
(status & PORT_CSC) ? " CSC" : "",
drivers/usb/host/ehci-fsl.c
652
(status & ~(PORT_CSC | PORT_PEC | PORT_OCC)),
drivers/usb/host/ehci-hcd.c
1125
ehci_writel(ehci, t1 | PORT_CSC, reg);
drivers/usb/host/ehci-hub.c
112
ehci_writel(ehci, status | PORT_CSC, reg);
drivers/usb/host/ehci-hub.c
140
if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC)
drivers/usb/host/ehci-hub.c
647
mask = PORT_CSC | PORT_PEC | PORT_OCC;
drivers/usb/host/ehci-hub.c
649
mask = PORT_CSC | PORT_PEC;
drivers/usb/host/ehci-hub.c
844
ehci_writel(ehci, temp | PORT_CSC, status_reg);
drivers/usb/host/ehci-hub.c
874
if (temp & PORT_CSC)
drivers/usb/host/oxu210hp-hcd.c
197
#define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
drivers/usb/host/oxu210hp-hcd.c
3490
mask = PORT_CSC | PORT_PEC | PORT_OCC;
drivers/usb/host/oxu210hp-hcd.c
3492
mask = PORT_CSC | PORT_PEC;
drivers/usb/host/oxu210hp-hcd.c
3612
writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
drivers/usb/host/oxu210hp-hcd.c
3641
if (temp & PORT_CSC)
drivers/usb/host/oxu210hp-hcd.c
582
(status & PORT_CSC) ? " CSC" : "",
drivers/usb/host/xhci-hub.c
1171
if (raw_port_status & PORT_CSC)
drivers/usb/host/xhci-hub.c
1371
temp |= PORT_CSC | PORT_PEC | PORT_WRC |
drivers/usb/host/xhci-hub.c
1680
mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC;
drivers/usb/host/xhci-hub.c
1779
if ((t1 & PORT_CSC) && wake_enabled) {
drivers/usb/host/xhci-hub.c
21
#define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
drivers/usb/host/xhci-hub.c
596
status = PORT_CSC;
drivers/usb/host/xhci-port.h
100
#define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
drivers/usb/host/xhci-ring.c
2137
(portsc & PORT_CSC) && !(portsc & PORT_CONNECT))
drivers/usb/host/xhci.c
915
if (!(portsc & (PORT_CSC | PORT_CONNECT)))
drivers/usb/host/xhci.c
916
t2 |= PORT_CSC;
drivers/usb/host/xhci.h
2439
if (portsc & PORT_CSC)
drivers/usb/isp1760/isp1760-core.c
210
[PORT_CSC] = REG_FIELD(ISP176x_HC_PORTSC1, 1, 1),
drivers/usb/isp1760/isp1760-core.c
281
[PORT_CSC] = REG_FIELD(ISP1763_HC_PORTSC1, 1, 1),
drivers/usb/isp1760/isp1760-hcd.c
193
[PORT_CSC] = BIT(1),
drivers/usb/isp1760/isp1760-hcd.c
2115
isp1760_hcd_is_set(hcd, PORT_CSC)) {
drivers/usb/isp1760/isp1760-hcd.c
2116
isp1760_hcd_clear(hcd, PORT_CSC);
drivers/usb/isp1760/isp1760-hcd.c
2126
if (isp1760_hcd_is_set(hcd, PORT_CSC) ||
drivers/usb/isp1760/isp1760-hcd.c
2184
isp1760_hcd_clear(hcd, PORT_CSC);
drivers/usb/isp1760/isp1760-hcd.c
2250
isp1760_hcd_clear(hcd, PORT_CSC);
drivers/usb/isp1760/isp1760-hcd.c
2265
isp1760_hcd_set(hcd, PORT_CSC);
drivers/usb/isp1760/isp1760-hcd.c
2293
if (isp1760_hcd_is_set(hcd, PORT_CSC))
drivers/usb/isp1760/isp1760-hcd.c
2316
isp1760_hcd_clear(hcd, PORT_CSC);
drivers/usb/phy/phy-tegra-usb.c
54
#define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
include/linux/usb/ehci_def.h
154
#define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)