Home
last modified time | relevance | path

Searched refs:DWC2_HPRT0_PRTOVRCURRCHNG (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c314 hprt0 &= ~(DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG); in dwc_otg_core_host_init()
586 if (hprt0 & DWC2_HPRT0_PRTOVRCURRCHNG) in dwc_otg_submit_rh_msg_in_status()
766 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc_otg_submit_rh_msg_out()
776 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc_otg_submit_rh_msg_out()
1208 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc2_init_common()
1212 DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG | in dwc2_init_common()
1241 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc2_uninit_common()
H A Ddwc2.h528 #define DWC2_HPRT0_PRTOVRCURRCHNG (1 << 5) macro