Home
last modified time | relevance | path

Searched refs:HPRT0_PWR (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dhcd.c2289 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()
2290 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()
2291 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()
3428 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3429 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()
3566 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()
3642 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3643 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()
3663 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3673 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
[all …]
Dcore_intr.c334 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
Dhw.h747 #define HPRT0_PWR BIT(12) macro