Searched refs:RH_A_PSM (Results 1 – 3 of 3) sorted by relevance
162 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
325 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
441 (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()