Searched refs:DWC2_HPRT0_PRTCONNDET (Results 1 – 2 of 2) sorted by relevance
306 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()569 if (hprt0 & DWC2_HPRT0_PRTCONNDET) in dwc_otg_submit_rh_msg_in_status()737 setbits_le32(®s->hprt0, DWC2_HPRT0_PRTCONNDET); in dwc_otg_submit_rh_msg_out()749 DWC2_HPRT0_PRTCONNDET | in dwc_otg_submit_rh_msg_out()759 DWC2_HPRT0_PRTCONNDET | in dwc_otg_submit_rh_msg_out()1189 DWC2_HPRT0_PRTCONNDET | DWC2_HPRT0_PRTENCHNG | in dwc2_init_common()1193 clrbits_le32(®s->hprt0, DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in dwc2_init_common()1220 DWC2_HPRT0_PRTCONNDET | DWC2_HPRT0_PRTENCHNG | in dwc2_uninit_common()
519 #define DWC2_HPRT0_PRTCONNDET (1 << 1) macro