Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h310 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
H A Dau1x00_usb_ohci.c324 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()
1333 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h326 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
H A Dr8a66597.h600 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
H A Dohci-hcd.c462 (temp & RH_HS_LPSC) ? " LPSC" : "", in ohci_dump_roothub()
1890 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
/OK3568_Linux_fs/kernel/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.c487 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 Disp1362-hcd.c1514 if (isp1362_hcd->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp1362_hub_status_data()
2576 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_LPSC | RH_HS_DRWE); in isp1362_hc_start()
2749 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_LPSC); in isp1362_resume()
H A Disp1362.h324 #define RH_HS_LPSC 0x00010000 /* local power status change */ macro
H A Dohci-hcd.c694 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
H A Disp116x-hcd.c925 if (isp116x->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp116x_hub_status_data()
H A Du132-hcd.c1751 retval = u132_write_pcimem(u132, roothub.status, RH_HS_LPSC); in u132_run()
2776 if (u132->hc_roothub_status & (RH_HS_LPSC | RH_HS_OCIC)) in u132_hub_status_data()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2373 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_LPSC); in ftdi_elan_check_controller()