Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci-ps3.c41 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM, in ps3_ohci_hc_start()
Dohci-da8xx.c120 rh_a |= RH_A_OCPM; in ohci_da8xx_init()
Dohci.h328 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Disp116x.h71 #define RH_A_OCPM (1 << 11) /* overcurrent protection macro
Dohci-hub.c554 else if (rh & RH_A_OCPM) /* per-port overcurrent reporting? */ in ohci_hub_descriptor()
Dohci-dbg.c207 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
Disp1362.h382 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Dohci-hcd.c655 val &= ~(RH_A_PSM | RH_A_OCPM); in ohci_run()
Disp1362-hcd.c2556 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM); in isp1362_hc_start()
2557 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM); in isp1362_hc_start()
Disp116x-hcd.c1360 val |= RH_A_OCPM; in isp116x_start()
Du132-hcd.c1752 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
2600 else if (rh_a & RH_A_OCPM) in u132_roothub_descriptor()
/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c2429 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()