Searched refs:dwSoftwareIndex (Results 1 – 2 of 2) sorted by relevance
416 static void HAL_UpdateIrqTable(MS_U32 dwHardwareIndex, MS_U32 dwSoftwareIndex) in HAL_UpdateIrqTable() argument418 if(dwSoftwareIndex == E_INT_RESERVED) in HAL_UpdateIrqTable()420 IntEnum2HWIdx[dwSoftwareIndex] = E_IRQ_FIQ_NONE; in HAL_UpdateIrqTable()425 IntEnum2HWIdx[dwSoftwareIndex] = dwHardwareIndex; in HAL_UpdateIrqTable()426 HWIdx2IntEnum[dwHardwareIndex] = dwSoftwareIndex; in HAL_UpdateIrqTable()