Searched refs:pcgcctl (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/external/bsd/dwc2/dist/ |
| D | dwc2_core.c | 328 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 …]
|
| D | dwc2_coreintr.c | 390 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()
|
| D | dwc2_core.h | 499 u32 pcgcctl; member
|