Lines Matching refs:intMasterIndex

135 uint32_t IRQSTEER_GetMasterIrqCount(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex)  in IRQSTEER_GetMasterIrqCount()  argument
161 if (intMasterIndex == 0U) in IRQSTEER_GetMasterIrqCount()
174 static uint32_t IRQSTEER_GetRegIndex(irqsteer_int_master_t intMasterIndex, in IRQSTEER_GetRegIndex() argument
177 uint32_t base = FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1 - intMasterIndex * 2; in IRQSTEER_GetRegIndex()
195 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterNextInterrupt() argument
197 …_t regIndex = (uint32_t)FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1U - ((uint32_t)intMasterIndex) * 2U; in IRQSTEER_GetMasterNextInterrupt()
220 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterNextInterrupt() argument
225 sliceNum = IRQSTEER_GetMasterIrqCount(base, intMasterIndex) / 32 - 1; in IRQSTEER_GetMasterNextInterrupt()
232 regIndex = IRQSTEER_GetRegIndex(intMasterIndex, i, sliceNum + 1); in IRQSTEER_GetMasterNextInterrupt()
253 …t64_t IRQSTEER_GetMasterInterruptsStatus(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterInterruptsStatus() argument
259 sliceNum = IRQSTEER_GetMasterIrqCount(base, intMasterIndex) / 32 - 1; in IRQSTEER_GetMasterInterruptsStatus()
262 regIndex = IRQSTEER_GetRegIndex(intMasterIndex, i, sliceNum + 1); in IRQSTEER_GetMasterInterruptsStatus()
273 static void IRQSTEER_CommonIRQHandler(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_CommonIRQHandler() argument
278 intSource = IRQSTEER_GetMasterNextInterrupt(base, intMasterIndex); in IRQSTEER_CommonIRQHandler()
289 if ((intMasterIndex == 6) && ((base->CHn_MASK[2]) & 0x10)) in IRQSTEER_CommonIRQHandler()