Home
last modified time | relevance | path

Searched refs:RH_A_PSM (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h162 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Dusb-ohci.h325 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Dusb-ohci.c441 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
2101 if (temp & RH_A_PSM) /* per-port power switching? */ in rh_submit_urb()
2282 ~(RH_A_OCPM | RH_A_POTPGT | RH_A_PSM | RH_A_NPS), in hc_start()
2288 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()