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