Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci.h316 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
H A Disp116x.h85 #define RH_HS_LPSC (1 << 16) /* local power status change */ macro
H A Dohci-hub.c490 if (roothub_status (ohci) & (RH_HS_LPSC | RH_HS_OCIC)) in ohci_hub_status_data()
H A Dohci-dbg.c227 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()
H A Dohci-hcd.c692 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
H A Disp116x-hcd.c924 if (isp116x->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp116x_hub_status_data()