Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c304 hprt0 &= ~(DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG); in dwc_otg_core_host_init()
568 if (hprt0 & DWC2_HPRT0_PRTOVRCURRCHNG) in dwc_otg_submit_rh_msg_in_status()
748 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc_otg_submit_rh_msg_out()
758 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc_otg_submit_rh_msg_out()
1155 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc2_init_common()
1159 DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG | in dwc2_init_common()
1186 DWC2_HPRT0_PRTOVRCURRCHNG, in dwc2_uninit_common()
Ddwc2.h527 #define DWC2_HPRT0_PRTOVRCURRCHNG (1 << 5) macro