Searched refs:pmu_int_st (Results 1 – 2 of 2) sorted by relevance
353 u32 pmu_int_st = ddr_data.pmu_wkup_int_st; in rv1106_dbg_pmu_wkup_src() local356 rkpm_printhex(pmu_int_st); in rv1106_dbg_pmu_wkup_src()359 if (pmu_int_st) in rv1106_dbg_pmu_wkup_src()362 if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_GPIO_INT_EN)) { in rv1106_dbg_pmu_wkup_src()368 if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_SDMMC_EN)) in rv1106_dbg_pmu_wkup_src()371 if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_SDIO_EN)) in rv1106_dbg_pmu_wkup_src()374 if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_TIMER_EN)) in rv1106_dbg_pmu_wkup_src()377 if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_USBDEV_EN)) in rv1106_dbg_pmu_wkup_src()380 if (pmu_int_st & BIT(RV1106_PMU_WAKEUP_TIMEROUT_EN)) in rv1106_dbg_pmu_wkup_src()
18 u32 pmu_int_st; member