Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-da8xx.c119 rh_a &= ~RH_A_NOCP; in ohci_da8xx_init()
Dohci-omap.c268 rh &= ~RH_A_NOCP; in ohci_omap_reset()
Dohci.h329 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
Disp116x.h73 #define RH_A_NOCP (1 << 12) /* no overcurrent protection */ macro
Dohci-hub.c552 if (rh & RH_A_NOCP) /* no overcurrent reporting? */ in ohci_hub_descriptor()
Dohci-dbg.c206 (temp & RH_A_NOCP) ? " NOCP" : "", in ohci_dump_roothub()
Disp1362.h383 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
Dohci-hcd.c658 val |= RH_A_NOCP; in ohci_run()
Du132-hcd.c1754 roothub_a |= RH_A_NOCP; in u132_run()
2598 if (rh_a & RH_A_NOCP) in u132_roothub_descriptor()
/drivers/usb/misc/
Dftdi-elan.c2431 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()