Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_core.c328 u32 pcgcctl; in dwc2_exit_hibernation() local
334 pcgcctl = DWC2_READ_4(hsotg, PCGCTL); in dwc2_exit_hibernation()
335 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_hibernation()
336 DWC2_WRITE_4(hsotg, PCGCTL, pcgcctl); in dwc2_exit_hibernation()
338 pcgcctl = DWC2_READ_4(hsotg, PCGCTL); in dwc2_exit_hibernation()
339 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_exit_hibernation()
340 DWC2_WRITE_4(hsotg, PCGCTL, pcgcctl); in dwc2_exit_hibernation()
342 pcgcctl = DWC2_READ_4(hsotg, PCGCTL); in dwc2_exit_hibernation()
343 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_exit_hibernation()
344 DWC2_WRITE_4(hsotg, PCGCTL, pcgcctl); in dwc2_exit_hibernation()
[all …]
Ddwc2_coreintr.c390 u32 pcgcctl = DWC2_READ_4(hsotg, PCGCTL); in dwc2_handle_wakeup_detected_intr() local
393 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
394 DWC2_WRITE_4(hsotg, PCGCTL, pcgcctl); in dwc2_handle_wakeup_detected_intr()
Ddwc2_core.h499 u32 pcgcctl; member