Searched refs:hprt0 (Results 1 – 2 of 2) sorted by relevance
246 uint32_t hprt0 = 0; in dwc_otg_core_host_init() local312 hprt0 = readl(®s->hprt0); in dwc_otg_core_host_init()313 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()314 hprt0 &= ~(DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG); in dwc_otg_core_host_init()315 if (!(hprt0 & DWC2_HPRT0_PRTPWR)) { in dwc_otg_core_host_init()316 hprt0 |= DWC2_HPRT0_PRTPWR; in dwc_otg_core_host_init()317 writel(hprt0, ®s->hprt0); in dwc_otg_core_host_init()541 uint32_t hprt0 = 0; in dwc_otg_submit_rh_msg_in_status() local562 hprt0 = readl(®s->hprt0); in dwc_otg_submit_rh_msg_in_status()563 if (hprt0 & DWC2_HPRT0_PRTCONNSTS) in dwc_otg_submit_rh_msg_in_status()[all …]
61 u32 hprt0; /* 0x440 */ member