Searched refs:hprt0 (Results 1 – 2 of 2) sorted by relevance
236 uint32_t hprt0 = 0; in dwc_otg_core_host_init() local302 hprt0 = readl(®s->hprt0); in dwc_otg_core_host_init()303 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()304 hprt0 &= ~(DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG); in dwc_otg_core_host_init()305 if (!(hprt0 & DWC2_HPRT0_PRTPWR)) { in dwc_otg_core_host_init()306 hprt0 |= DWC2_HPRT0_PRTPWR; in dwc_otg_core_host_init()307 writel(hprt0, ®s->hprt0); in dwc_otg_core_host_init()523 uint32_t hprt0 = 0; in dwc_otg_submit_rh_msg_in_status() local544 hprt0 = readl(®s->hprt0); in dwc_otg_submit_rh_msg_in_status()545 if (hprt0 & DWC2_HPRT0_PRTCONNSTS) in dwc_otg_submit_rh_msg_in_status()[all …]
60 u32 hprt0; /* 0x440 */ member