Home
last modified time | relevance | path

Searched refs:RH_HS_OCIC (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dohci-hub.c490 if (roothub_status (ohci) & (RH_HS_LPSC | RH_HS_OCIC)) in ohci_hub_status_data()
696 ohci_writel (ohci, RH_HS_OCIC, in ohci_hub_control()
Dohci.h317 #define RH_HS_OCIC 0x00020000 /* over current indicator change */ macro
Disp116x.h86 #define RH_HS_OCIC (1 << 17) /* over current indicator macro
Disp116x-hcd.c924 if (isp116x->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp116x_hub_status_data()
1019 isp116x_write_reg32(isp116x, HCRHSTATUS, RH_HS_OCIC); in isp116x_hub_control()
Dohci-dbg.c226 (temp & RH_HS_OCIC) ? " OCIC" : "", in ohci_dump_roothub()
Disp1362.h325 #define RH_HS_OCIC 0x00020000 /* over current indicator change */ macro
Disp1362-hcd.c1514 if (isp1362_hcd->rhstatus & (RH_HS_LPSC | RH_HS_OCIC)) in isp1362_hub_status_data()
1580 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_OCIC); in isp1362_hub_control()
Du132-hcd.c2774 if (u132->hc_roothub_status & (RH_HS_LPSC | RH_HS_OCIC)) in u132_hub_status_data()