Home
last modified time | relevance | path

Searched refs:hprt0 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/usb/dwc2/
H A Dhcd.c329 u32 hprt0; in dwc2_calc_frame_interval() local
1646 u32 hprt0; in dwc2_hcd_start() local
1743 u32 hprt0; in dwc2_hcd_disconnect() local
3231 u32 hprt0; in dwc2_wakeup_detected() local
3387 u32 hprt0; in dwc2_hcd_hub_control() local
4211 u32 hprt0; in dwc2_hcd_reset_func() local
4252 u32 hprt0; in _dwc2_hcd_start() local
4300 u32 hprt0; in _dwc2_hcd_stop() local
4411 u32 hprt0; in _dwc2_hcd_resume() local
5683 hprt0 = hr->hprt0; in dwc2_host_exit_hibernation()
[all …]
H A Dcore_intr.c54 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_handle_usb_port_intr() local
56 if (hprt0 & HPRT0_ENACHG) { in dwc2_handle_usb_port_intr()
57 hprt0 &= ~HPRT0_ENA; in dwc2_handle_usb_port_intr()
58 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_usb_port_intr()
295 u32 hprt0; in dwc2_handle_session_req_intr() local
327 hprt0 = dwc2_read_hprt0(hsotg); in dwc2_handle_session_req_intr()
328 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
329 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_session_req_intr()
H A Dhcd_intr.c327 u32 hprt0; in dwc2_port_intr() local
332 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_port_intr()
333 hprt0_modify = hprt0; in dwc2_port_intr()
346 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
351 hprt0); in dwc2_port_intr()
364 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()
368 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
369 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
371 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); in dwc2_port_intr()
387 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()
[all …]
H A Dhcd.h464 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_read_hprt0() local
466 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
467 return hprt0; in dwc2_read_hprt0()
H A Dcore.h763 u32 hprt0; member