PORT_OCC          252 drivers/usb/host/ehci-dbg.c 		(status & PORT_OCC) ? " OCC" : "",
PORT_OCC          667 drivers/usb/host/ehci-fsl.c 		       (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)),
PORT_OCC          645 drivers/usb/host/ehci-hub.c 		mask = PORT_CSC | PORT_PEC | PORT_OCC;
PORT_OCC          982 drivers/usb/host/ehci-hub.c 			ehci_writel(ehci, temp | PORT_OCC, status_reg);
PORT_OCC         1014 drivers/usb/host/ehci-hub.c 		if ((temp & PORT_OCC) && !ignore_oc){
PORT_OCC          195 drivers/usb/host/oxu210hp-hcd.c #define PORT_RWC_BITS   (PORT_CSC | PORT_PEC | PORT_OCC)
PORT_OCC          601 drivers/usb/host/oxu210hp-hcd.c 		(status & PORT_OCC) ? " OCC" : "",
PORT_OCC         3511 drivers/usb/host/oxu210hp-hcd.c 		mask = PORT_CSC | PORT_PEC | PORT_OCC;
PORT_OCC         3636 drivers/usb/host/oxu210hp-hcd.c 			writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
PORT_OCC         3666 drivers/usb/host/oxu210hp-hcd.c 		if ((temp & PORT_OCC) && !ignore_oc)
PORT_OCC           19 drivers/usb/host/xhci-hub.c #define	PORT_RWC_BITS	(PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
PORT_OCC          523 drivers/usb/host/xhci-hub.c 		status = PORT_OCC;
PORT_OCC         1045 drivers/usb/host/xhci-hub.c 	if ((raw_port_status & PORT_OCC))
PORT_OCC         1249 drivers/usb/host/xhci-hub.c 					PORT_OCC | PORT_RC | PORT_PLC |
PORT_OCC         1550 drivers/usb/host/xhci-hub.c 	mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC;
PORT_OCC          385 drivers/usb/host/xhci.h #define PORT_CHANGE_MASK	(PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
PORT_OCC         2572 drivers/usb/host/xhci.h 	if (portsc & PORT_OCC)
PORT_OCC           44 drivers/usb/phy/phy-tegra-usb.c #define TEGRA_PORTSC1_RWC_BITS	(PORT_CSC | PORT_PEC | PORT_OCC)
PORT_OCC          166 include/linux/usb/ehci_def.h #define PORT_RWC_BITS   (PORT_CSC | PORT_PEC | PORT_OCC)