Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci-ps3.c29 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM, in ps3_ohci_hc_start()
Dohci-da8xx.c267 rh_a |= RH_A_OCPM; in ohci_da8xx_reset()
Dohci-hcd.c676 val |= RH_A_OCPM; in ohci_run()
682 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
Dohci.h329 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Disp116x.h72 #define RH_A_OCPM (1 << 11) /* overcurrent protection macro
Dohci-hub.c560 else if (rh & RH_A_OCPM) /* per-port overcurrent reporting? */ in ohci_hub_descriptor()
Dohci-dbg.c208 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
Disp1362.h337 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Disp1362-hcd.c2546 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM); in isp1362_hc_start()
2547 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM); in isp1362_hc_start()
Disp116x-hcd.c1347 val |= RH_A_OCPM; in isp116x_start()