Searched refs:PORT_OCC (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h144 #define PORT_OCC (1<<5) /* over current change */ macro
150 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dehci_def.h144 #define PORT_OCC (1<<5) /* over current change */ macro
150 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-hub.c161 status = PORT_OCC;
214 if ((temp & PORT_OCC))
336 if (temp & (PORT_CSC | PORT_PEC | PORT_OCC)) {
H A Doxu210hp.h158 #define PORT_OCC (1<<5) /* over current change */ macro
164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
H A Dehci-hub.c633 * always set, seem to clear PORT_OCC and PORT_CSC when writing to
637 mask = PORT_CSC | PORT_PEC | PORT_OCC;
809 ehci_writel(ehci, (temp & ~PORT_RWC_BITS) | PORT_OCC,
842 if ((temp & PORT_OCC) && !ignore_oc){
H A Doxu210hp-hcd.c173 (status & PORT_OCC) ? " OCC" : "",
3074 * always set, seem to clear PORT_OCC and PORT_CSC when writing to
3078 mask = PORT_CSC | PORT_PEC | PORT_OCC;
3196 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
3226 if ((temp & PORT_OCC) && !ignore_oc)
H A Dxhci.h321 #define PORT_OCC (1 << 20) macro
H A Dehci-dbg.c291 (status & PORT_OCC) ? " OCC" : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dxhci-hub.c161 status = PORT_OCC;
214 if ((temp & PORT_OCC))
336 if (temp & (PORT_CSC | PORT_PEC | PORT_OCC)) {
H A Doxu210hp.h158 #define PORT_OCC (1<<5) /* over current change */ macro
164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
H A Dehci-hub.c633 * always set, seem to clear PORT_OCC and PORT_CSC when writing to
637 mask = PORT_CSC | PORT_PEC | PORT_OCC;
809 ehci_writel(ehci, (temp & ~PORT_RWC_BITS) | PORT_OCC,
842 if ((temp & PORT_OCC) && !ignore_oc){
H A Doxu210hp-hcd.c173 (status & PORT_OCC) ? " OCC" : "",
3074 * always set, seem to clear PORT_OCC and PORT_CSC when writing to
3078 mask = PORT_CSC | PORT_PEC | PORT_OCC;
3196 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
3226 if ((temp & PORT_OCC) && !ignore_oc)
H A Dxhci.h321 #define PORT_OCC (1 << 20) macro
H A Dehci-dbg.c291 (status & PORT_OCC) ? " OCC" : "",

Completed in 545 milliseconds