Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h152 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Dusb-ohci.h315 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Dusb-ohci.c455 (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()