Searched refs:EventReport (Results 1 – 1 of 1) sorted by relevance
440 uint32 EventReport; in Power_Ip_PMC_VoltageErrorIsr() local472 EventReport = (VoltageIsrStatus & VoltageIsrEnabled); in Power_Ip_PMC_VoltageErrorIsr()475 if ((uint32)0U != EventReport) in Power_Ip_PMC_VoltageErrorIsr()477 if (((EventReport & PMC_LVSC_UV_IRQ_FLAGS_MASK32) != (uint32)0U) && \ in Power_Ip_PMC_VoltageErrorIsr()478 ((EventReport & PMC_LVSC_OV_IRQ_FLAGS_MASK32) != (uint32)0U)) in Power_Ip_PMC_VoltageErrorIsr()486 else if ((EventReport & PMC_LVSC_UV_IRQ_FLAGS_MASK32) != (uint32)0U) in Power_Ip_PMC_VoltageErrorIsr()527 uint32 EventReport; in Power_Ip_PMC_AE_VoltageDetectHvdOnVddintVdd15Isr() local543 EventReport = (VoltageDetectStatus & VoltageDetectFlags); in Power_Ip_PMC_AE_VoltageDetectHvdOnVddintVdd15Isr()546 if ((uint32)0U != EventReport) in Power_Ip_PMC_AE_VoltageDetectHvdOnVddintVdd15Isr()551 if((uint32)0x0U != (EventReport & PMC_AE_MONITOR_HVDINTF_MASK)) in Power_Ip_PMC_AE_VoltageDetectHvdOnVddintVdd15Isr()[all …]