Searched refs:RH_PORT_RESET (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_simple.h83 #define RH_PORT_RESET 0x04 macro
H A Duhci.h418 #define RH_PORT_RESET 0x04 macro
H A Dusb-uhci.h284 #define RH_PORT_RESET 0x04 macro
H A Dhc_sl811_rh.c385 case (RH_PORT_RESET):
H A Dusb-ohci.h273 #define RH_PORT_RESET 0x04 macro
H A Duhci.c2197 case RH_PORT_RESET:
H A Dusb-ohci.c2048 case (RH_PORT_RESET): /* BUG IN HUP CODE *********/
H A Dusb-uhci.c2133 case (RH_PORT_RESET):
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dusb-host.h122 #define RH_PORT_RESET 0x04 macro
H A Dusb-host.c1761 ((hc->rh.prev_wPortStatus_1 & (1 << RH_PORT_RESET))
1763 (1 << RH_PORT_RESET) : 0;
1766 ((hc->rh.prev_wPortStatus_2 & (1 << RH_PORT_RESET))
1768 (1 << RH_PORT_RESET) : 0;
2141 hc->rh.wPortChange_1 &= ~(1 << RH_PORT_RESET);
2146 hc->rh.wPortChange_2 &= ~(1 << RH_PORT_RESET);
2177 case (RH_PORT_RESET):

Completed in 112 milliseconds