Home
last modified time | relevance | path

Searched refs:dwSoftwareIndex (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/hal/messi/
H A DhalIRQTBL.h416 static void HAL_UpdateIrqTable(MS_U32 dwHardwareIndex, MS_U32 dwSoftwareIndex) in HAL_UpdateIrqTable() argument
418 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()
/utopia/UTPA2-700.0.x/mxlib/hal/mainz/
H A DhalIRQTBL.h416 static void HAL_UpdateIrqTable(MS_U32 dwHardwareIndex, MS_U32 dwSoftwareIndex) in HAL_UpdateIrqTable() argument
418 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()