Searched refs:DWC2_HPRT0_PRTPWR (Results 1 – 2 of 2) sorted by relevance
311 if (!(hprt0 & DWC2_HPRT0_PRTPWR)) { in dwc_otg_core_host_init()312 hprt0 |= DWC2_HPRT0_PRTPWR; in dwc_otg_core_host_init()561 if (hprt0 & DWC2_HPRT0_PRTPWR) in dwc_otg_submit_rh_msg_in_status()
538 #define DWC2_HPRT0_PRTPWR (1 << 12) macro