Home
last modified time | relevance | path

Searched refs:hprt (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/dwc2/
Dhcd_queue.c1486 u32 hprt = dwc2_readl(hsotg, HPRT0); in dwc2_qh_init() local
1487 u32 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_qh_init()
Dhcd.c3786 u32 hprt = dwc2_readl(hsotg, HPRT0); in dwc2_hcd_get_future_frame_number() local
3796 us_per_frame = (hprt & HPRT0_SPD_MASK) ? 1000 : 125; in dwc2_hcd_get_future_frame_number()