Searched refs:DWC2_HPRT0_PRTPWR (Results 1 – 2 of 2) sorted by relevance
308 if (!(hprt0 & DWC2_HPRT0_PRTPWR)) { in dwc_otg_core_host_init()309 hprt0 |= DWC2_HPRT0_PRTPWR; in dwc_otg_core_host_init()558 if (hprt0 & DWC2_HPRT0_PRTPWR) in dwc_otg_submit_rh_msg_in_status()
537 #define DWC2_HPRT0_PRTPWR (1 << 12) macro