Searched refs:RH_A_NPS (Results 1 – 4 of 4) sorted by relevance
337 #define RH_A_NPS (1 << 9) /* no power switching */ macro
610 #define RH_A_NPS BIT(9) /* no power switching */ macro
751 #define RH_A_NPS (1 << 9) /* no power switching */ macro
447 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()1888 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()