Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h324 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
H A Dau1x00_usb_ohci.c306 (temp & RH_A_NOCP) ? " NOCP" : "", in ohci_dump_roothub()
1042 if (temp & RH_A_NOCP) /* no overcurrent reporting? */ in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h340 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
H A Dr8a66597.h614 #define RH_A_NOCP BIT(12) /* no over current protection */ macro
H A Ddwc2.h755 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
H A Dr8a66597-hcd.c687 if (temp & RH_A_NOCP) in r8a66597_submit_rh_msg()
H A Dohci-hcd.c444 (temp & RH_A_NOCP) ? " NOCP" : "", in ohci_dump_roothub()
1409 if (temp & RH_A_NOCP) /* no overcurrent reporting? */ in ohci_submit_rh_msg()
H A Ddwc2.c644 if (dsc & RH_A_NOCP) in dwc_otg_submit_rh_msg_in_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-omap.c257 rh &= ~RH_A_NOCP; in ohci_omap_reset()
H A Dohci-da8xx.c265 rh_a &= ~RH_A_NOCP; in ohci_da8xx_reset()
H A Dohci-hcd.c677 val &= ~RH_A_NOCP; in ohci_run()
683 val |= RH_A_NOCP; in ohci_run()
H A Dohci.h330 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
H A Disp116x.h74 #define RH_A_NOCP (1 << 12) /* no overcurrent protection */ macro
H A Dohci-hub.c555 if (rh & RH_A_NOCP) /* no overcurrent reporting? */ in ohci_hub_descriptor()
H A Dohci-dbg.c207 (temp & RH_A_NOCP) ? " NOCP" : "", in ohci_dump_roothub()
H A Disp1362.h338 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
H A Du132-hcd.c1740 roothub_a |= RH_A_NOCP; in u132_run()
2581 if (rh_a & RH_A_NOCP) in u132_roothub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2362 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()