Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dhcd.c358 u32 hprt0; in dwc2_calc_frame_interval() local
1675 u32 hprt0; in dwc2_hcd_start() local
1772 u32 hprt0; in dwc2_hcd_disconnect() local
3254 u32 hprt0; in dwc2_wakeup_detected() local
3410 u32 hprt0; in dwc2_hcd_hub_control() local
4236 u32 hprt0; in dwc2_hcd_reset_func() local
4277 u32 hprt0; in _dwc2_hcd_start() local
4325 u32 hprt0; in _dwc2_hcd_stop() local
4435 u32 hprt0; in _dwc2_hcd_resume() local
5644 hprt0 = hr->hprt0; in dwc2_host_exit_hibernation()
[all …]
A Dcore_intr.c84 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_handle_usb_port_intr() local
86 if (hprt0 & HPRT0_ENACHG) { in dwc2_handle_usb_port_intr()
87 hprt0 &= ~HPRT0_ENA; in dwc2_handle_usb_port_intr()
88 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_usb_port_intr()
310 u32 hprt0; in dwc2_handle_session_req_intr() local
341 hprt0 = dwc2_read_hprt0(hsotg); in dwc2_handle_session_req_intr()
342 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
343 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_session_req_intr()
A Dhcd_intr.c357 u32 hprt0; in dwc2_port_intr() local
362 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_port_intr()
363 hprt0_modify = hprt0; in dwc2_port_intr()
376 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
381 hprt0); in dwc2_port_intr()
394 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()
398 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
399 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
401 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); in dwc2_port_intr()
417 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()
[all …]
A Dhcd.h493 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_read_hprt0() local
495 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
496 return hprt0; in dwc2_read_hprt0()
A Dcore.h768 u32 hprt0; member

Completed in 29 milliseconds