Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c2293 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()
2294 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()
2295 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()
3450 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3451 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()
3588 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()
3664 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3665 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()
3685 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3695 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
[all …]
H A Dcore_intr.c334 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
H A Dplatform.c816 !(dwc2_readl(dwc2, HPRT0) & HPRT0_PWR)) { in dwc2_resume()
H A Dhw.h747 #define HPRT0_PWR BIT(12) macro