Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci.h315 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Disp116x.h84 #define RH_HS_LPSC (1 << 16) /* local power status change */ macro
Dohci-hub.c484 if (roothub_status (ohci) & (RH_HS_LPSC | RH_HS_OCIC)) in ohci_hub_status_data()
Dohci-dbg.c226 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()
Disp1362-hcd.c1512 if (isp1362_hcd->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp1362_hub_status_data()
2584 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_LPSC | RH_HS_DRWE); in isp1362_hc_start()
2763 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_LPSC); in isp1362_resume()
Disp1362.h369 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
Dohci-hcd.c684 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
Disp116x-hcd.c924 if (isp116x->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp116x_hub_status_data()
Du132-hcd.c1762 retval = u132_write_pcimem(u132, roothub.status, RH_HS_LPSC); in u132_run()
2789 if (u132->hc_roothub_status & (RH_HS_LPSC | RH_HS_OCIC)) in u132_hub_status_data()
/drivers/usb/misc/
Dftdi-elan.c2443 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_LPSC); in ftdi_elan_check_controller()