Searched refs:PORT_CSC (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h148 #define PORT_CSC (1<<1) /* connect status change */ macro
150 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-hub.c155 status = PORT_CSC;
208 if (temp & PORT_CSC)
324 if (temp & (PORT_CSC | PORT_PEC | PORT_OCC)) {
H A Doxu210hp.h162 #define PORT_CSC (1<<1) /* connect status change */ macro
164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
H A Dehci-hub.c97 ehci_writel(ehci, status | PORT_CSC, reg);
633 * always set, seem to clear PORT_OCC and PORT_CSC when writing to
637 mask = PORT_CSC | PORT_PEC | PORT_OCC;
639 mask = PORT_CSC | PORT_PEC;
805 ehci_writel(ehci, (temp & ~PORT_RWC_BITS) | PORT_CSC,
837 if (temp & PORT_CSC)
H A Disp1760-hcd.c78 #define PORT_CSC (1<<1) /* connect status change */ macro
80 #define PORT_RWC_BITS (PORT_CSC)
1770 mask = PORT_CSC;
1776 if (temp & PORT_CSC) {
1777 temp &= ~PORT_CSC;
1922 isp1760_writel(temp | PORT_CSC,
1951 if (temp & PORT_CSC)
H A Doxu210hp-hcd.c177 (status & PORT_CSC) ? " CSC" : "",
3074 * always set, seem to clear PORT_OCC and PORT_CSC when writing to
3078 mask = PORT_CSC | PORT_PEC | PORT_OCC;
3080 mask = PORT_CSC | PORT_PEC;
3193 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
3222 if (temp & PORT_CSC)
H A Dxhci.h302 #define PORT_CSC (1 << 17) macro
H A Dehci-dbg.c295 (status & PORT_CSC) ? " CSC" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c652 if ((portsc & PORT_CSC))

Completed in 128 milliseconds