PORT_CSC          650 drivers/usb/early/ehci-dbgp.c 	if ((portsc & PORT_CSC))
PORT_CSC          256 drivers/usb/host/ehci-dbg.c 		(status & PORT_CSC) ? " CSC" : "",
PORT_CSC          667 drivers/usb/host/ehci-fsl.c 		       (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)),
PORT_CSC          113 drivers/usb/host/ehci-hub.c 				ehci_writel(ehci, status | PORT_CSC, reg);
PORT_CSC          141 drivers/usb/host/ehci-hub.c 		if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC)
PORT_CSC          645 drivers/usb/host/ehci-hub.c 		mask = PORT_CSC | PORT_PEC | PORT_OCC;
PORT_CSC          647 drivers/usb/host/ehci-hub.c 		mask = PORT_CSC | PORT_PEC;
PORT_CSC          979 drivers/usb/host/ehci-hub.c 			ehci_writel(ehci, temp | PORT_CSC, status_reg);
PORT_CSC         1009 drivers/usb/host/ehci-hub.c 		if (temp & PORT_CSC)
PORT_CSC          155 drivers/usb/host/ehci-tegra.c 	if (temp & PORT_CSC)
PORT_CSC          156 drivers/usb/host/ehci-tegra.c 		ehci_writel(ehci, PORT_CSC, portsc_reg);
PORT_CSC          255 drivers/usb/host/fotg210-hcd.c 			(status & PORT_CSC) ? " CSC" : "",
PORT_CSC         1410 drivers/usb/host/fotg210-hcd.c 	mask = PORT_CSC | PORT_PEC;
PORT_CSC         1529 drivers/usb/host/fotg210-hcd.c 			fotg210_writel(fotg210, temp | PORT_CSC, status_reg);
PORT_CSC         1560 drivers/usb/host/fotg210-hcd.c 		if (temp & PORT_CSC)
PORT_CSC          285 drivers/usb/host/fotg210.h #define PORT_RWC_BITS   (PORT_CSC | PORT_PEC)
PORT_CSC          195 drivers/usb/host/oxu210hp-hcd.c #define PORT_RWC_BITS   (PORT_CSC | PORT_PEC | PORT_OCC)
PORT_CSC          605 drivers/usb/host/oxu210hp-hcd.c 		(status & PORT_CSC) ? " CSC" : "",
PORT_CSC         3511 drivers/usb/host/oxu210hp-hcd.c 		mask = PORT_CSC | PORT_PEC | PORT_OCC;
PORT_CSC         3513 drivers/usb/host/oxu210hp-hcd.c 		mask = PORT_CSC | PORT_PEC;
PORT_CSC         3633 drivers/usb/host/oxu210hp-hcd.c 			writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
PORT_CSC         3662 drivers/usb/host/oxu210hp-hcd.c 		if (temp & PORT_CSC)
PORT_CSC           19 drivers/usb/host/xhci-hub.c #define	PORT_RWC_BITS	(PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
PORT_CSC          519 drivers/usb/host/xhci-hub.c 		status = PORT_CSC;
PORT_CSC         1041 drivers/usb/host/xhci-hub.c 	if (raw_port_status & PORT_CSC)
PORT_CSC         1248 drivers/usb/host/xhci-hub.c 				temp |= PORT_CSC | PORT_PEC | PORT_WRC |
PORT_CSC         1550 drivers/usb/host/xhci-hub.c 	mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC;
PORT_CSC         1648 drivers/usb/host/xhci-hub.c 			if ((t1 & PORT_CSC) && wake_enabled) {
PORT_CSC         1730 drivers/usb/host/xhci-ring.c 		    (portsc & PORT_CSC) && !(portsc & PORT_CONNECT))
PORT_CSC          385 drivers/usb/host/xhci.h #define PORT_CHANGE_MASK	(PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
PORT_CSC         2566 drivers/usb/host/xhci.h 	if (portsc & PORT_CSC)
PORT_CSC         1723 drivers/usb/isp1760/isp1760-hcd.c 	mask = PORT_CSC;
PORT_CSC         1729 drivers/usb/isp1760/isp1760-hcd.c 		if (temp & PORT_CSC) {
PORT_CSC         1730 drivers/usb/isp1760/isp1760-hcd.c 			temp &= ~PORT_CSC;
PORT_CSC         1884 drivers/usb/isp1760/isp1760-hcd.c 			reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_CSC);
PORT_CSC         1913 drivers/usb/isp1760/isp1760-hcd.c 		if (temp & PORT_CSC)
PORT_CSC           58 drivers/usb/isp1760/isp1760-regs.h #define PORT_RWC_BITS		(PORT_CSC)
PORT_CSC           44 drivers/usb/phy/phy-tegra-usb.c #define TEGRA_PORTSC1_RWC_BITS	(PORT_CSC | PORT_PEC | PORT_OCC)
PORT_CSC          166 include/linux/usb/ehci_def.h #define PORT_RWC_BITS   (PORT_CSC | PORT_PEC | PORT_OCC)