Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h339 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Dr8a66597.h613 #define RH_A_OCPM BIT(11) /* over current protection mode */ macro
H A Ddwc2.h754 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Dr8a66597-hcd.c689 else if (temp & RH_A_OCPM) in r8a66597_submit_rh_msg()
H A Dohci-hcd.c445 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
1412 else if (temp & RH_A_OCPM)/* per-port overcurrent reporting? */ in ohci_submit_rh_msg()
H A Ddwc2.c658 else if (dsc & RH_A_OCPM) in dwc_otg_submit_rh_msg_in_descriptor()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h323 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Dau1x00_usb_ohci.c307 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
1044 else if (temp & RH_A_OCPM) /* per-port overcurrent reporting? */ in ohci_submit_rh_msg()