Searched refs:RH_HS_LPSC (Results 1 – 3 of 3) sorted by relevance
152 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
315 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
455 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()1864 *(__u8 *) data = (roothub_status (ohci) & (RH_HS_LPSC | RH_HS_OCIC)) in rh_send_irq()2291 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()