Searched refs:pmstatus (Results 1 – 1 of 1) sorted by relevance
420 uint32_t pmstatus; in PINT_PatternMatchResetDetectLogic() local424 pmstatus = pmctrl >> PINT_PMCTRL_PMAT_SHIFT; in PINT_PatternMatchResetDetectLogic()425 if (pmstatus != 0UL) in PINT_PatternMatchResetDetectLogic()431 return (pmstatus); in PINT_PatternMatchResetDetectLogic()771 uint32_t pmstatus = 0; in SEC_GPIO_INT0_IRQ0_DriverIRQHandler() local774 pmstatus = PINT_PatternMatchResetDetectLogic(SECPINT); in SEC_GPIO_INT0_IRQ0_DriverIRQHandler()778 s_secpintCallback[kPINT_SecPinInt0](kPINT_SecPinInt0, pmstatus); in SEC_GPIO_INT0_IRQ0_DriverIRQHandler()793 uint32_t pmstatus; in SEC_GPIO_INT0_IRQ1_DriverIRQHandler() local796 pmstatus = PINT_PatternMatchResetDetectLogic(SECPINT); in SEC_GPIO_INT0_IRQ1_DriverIRQHandler()800 s_secpintCallback[kPINT_SecPinInt1](kPINT_SecPinInt1, pmstatus); in SEC_GPIO_INT0_IRQ1_DriverIRQHandler()[all …]