Searched refs:hprt (Results 1 – 2 of 2) sorted by relevance
1516 u32 hprt = dwc2_readl(hsotg, HPRT0); in dwc2_qh_init() local1517 u32 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_qh_init()
3819 u32 hprt = dwc2_readl(hsotg, HPRT0); in dwc2_hcd_get_future_frame_number() local3829 us_per_frame = (hprt & HPRT0_SPD_MASK) ? 1000 : 125; in dwc2_hcd_get_future_frame_number()