Symbol: PORT_OCC
drivers/usb/host/ehci-dbg.c
252
(status & PORT_OCC) ? " OCC" : "",
drivers/usb/host/ehci-fsl.c
652
(status & ~(PORT_CSC | PORT_PEC | PORT_OCC)),
drivers/usb/host/ehci-hub.c
647
mask = PORT_CSC | PORT_PEC | PORT_OCC;
drivers/usb/host/ehci-hub.c
847
ehci_writel(ehci, temp | PORT_OCC, status_reg);
drivers/usb/host/ehci-hub.c
886
if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){
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
3615
writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
drivers/usb/host/oxu210hp-hcd.c
3645
if ((temp & PORT_OCC) && !ignore_oc)
drivers/usb/host/oxu210hp-hcd.c
578
(status & PORT_OCC) ? " OCC" : "",
drivers/usb/host/xhci-hub.c
1175
if ((raw_port_status & PORT_OCC))
drivers/usb/host/xhci-hub.c
1372
PORT_OCC | PORT_RC | PORT_PLC |
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
21
#define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
drivers/usb/host/xhci-hub.c
600
status = PORT_OCC;
drivers/usb/host/xhci-port.h
100
#define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
drivers/usb/host/xhci.h
2445
if (portsc & PORT_OCC)
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)