Symbol: PORT_PEC
drivers/usb/fotg210/fotg210-hcd.c
1401
mask = PORT_CSC | PORT_PEC;
drivers/usb/fotg210/fotg210-hcd.c
1501
fotg210_writel(fotg210, temp | PORT_PEC, status_reg);
drivers/usb/fotg210/fotg210-hcd.c
1553
if (temp & PORT_PEC)
drivers/usb/fotg210/fotg210-hcd.c
253
(status & PORT_PEC) ? " PEC" : "",
drivers/usb/fotg210/fotg210-hcd.h
283
#define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
drivers/usb/host/ehci-dbg.c
254
(status & PORT_PEC) ? " PEC" : "",
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
649
mask = PORT_CSC | PORT_PEC;
drivers/usb/host/ehci-hub.c
797
ehci_writel(ehci, temp | PORT_PEC, status_reg);
drivers/usb/host/ehci-hub.c
876
if (temp & PORT_PEC)
drivers/usb/host/ehci.h
724
&& !(portsc & PORT_PEC) && !(portsc & PORT_PE))
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
3588
writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg);
drivers/usb/host/oxu210hp-hcd.c
3643
if (temp & PORT_PEC)
drivers/usb/host/oxu210hp-hcd.c
580
(status & PORT_PEC) ? " PEC" : "",
drivers/usb/host/xhci-hub.c
1150
if (portsc & PORT_PEC)
drivers/usb/host/xhci-hub.c
1338
portsc |= PORT_CSC | PORT_PEC | PORT_WRC |
drivers/usb/host/xhci-hub.c
1652
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
603
status = PORT_PEC;
drivers/usb/host/xhci-port.h
100
#define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
drivers/usb/host/xhci.h
2449
if (portsc & PORT_PEC)
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)