Searched refs:DWC2_HPRT0_PRTENA (Results 1 – 2 of 2) sorted by relevance
313 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()565 if (hprt0 & DWC2_HPRT0_PRTENA) in dwc_otg_submit_rh_msg_in_status()763 clrsetbits_le32(®s->hprt0, DWC2_HPRT0_PRTENA | in dwc_otg_submit_rh_msg_out()773 clrsetbits_le32(®s->hprt0, DWC2_HPRT0_PRTENA | in dwc_otg_submit_rh_msg_out()1206 clrsetbits_le32(®s->hprt0, DWC2_HPRT0_PRTENA | in dwc2_init_common()1211 clrbits_le32(®s->hprt0, DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in dwc2_init_common()1239 clrsetbits_le32(®s->hprt0, DWC2_HPRT0_PRTENA | in dwc2_uninit_common()
522 #define DWC2_HPRT0_PRTENA (1 << 2) macro