| /utopia/UTPA2-700.0.x/modules/irq/hal/mooney/irq/ |
| H A D | halIRQ.c | 642 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 673 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 687 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 711 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 750 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 760 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 761 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 814 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 824 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 825 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/k6/irq/ |
| H A D | halIRQ.c | 795 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 829 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 844 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 870 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 910 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 920 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 921 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 975 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 985 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 986 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/k6lite/irq/ |
| H A D | halIRQ.c | 795 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 829 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 844 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 870 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 910 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 920 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 921 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 975 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 985 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 986 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/kano/irq/ |
| H A D | halIRQ.c | 795 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 826 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 840 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 864 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 903 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 913 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 914 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 967 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 977 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 978 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/k7u/irq/ |
| H A D | halIRQ.c | 795 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 826 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 840 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 864 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 903 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 913 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 914 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 967 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 977 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 978 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/curry/irq/ |
| H A D | halIRQ.c | 795 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 826 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 840 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 864 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 903 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 913 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 914 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 967 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 977 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 978 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/M7821/irq/ |
| H A D | halIRQ.c | 857 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 888 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 902 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 926 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 965 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 975 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 976 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 1029 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 1039 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 1040 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/M7621/irq/ |
| H A D | halIRQ.c | 855 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 886 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 900 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 924 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 963 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 973 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 974 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 1027 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 1037 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 1038 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/maxim/irq/ |
| H A D | halIRQ.c | 855 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 886 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 900 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 924 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 963 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 973 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 974 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 1027 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 1037 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 1038 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/manhattan/irq/ |
| H A D | halIRQ.c | 851 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 882 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 896 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 920 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 959 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 969 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 970 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 1023 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 1033 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 1034 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|
| /utopia/UTPA2-700.0.x/modules/irq/hal/maserati/irq/ |
| H A D | halIRQ.c | 855 static CHIP_ISR_Info _MsOS_ISR_Info[MS_IRQ_MAX]; variable 886 memset(_MsOS_ISR_Info, 0, MS_IRQ_MAX*sizeof(CHIP_ISR_Info)); in CHIP_InitISR() 900 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_EnableIRQ() 924 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in CHIP_DisableIRQ() 963 if (!g_bISRInit || _MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Attach() 973 _MsOS_ISR_Info[u16VectorIndex].bUsed = TRUE; in HAL_IRQ_Attach() 974 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = (InterruptCb)pIntCb; in HAL_IRQ_Attach() 1027 if (!g_bISRInit || !_MsOS_ISR_Info[u16VectorIndex].bUsed) in HAL_IRQ_Detech() 1037 _MsOS_ISR_Info[u16VectorIndex].bUsed = FALSE; in HAL_IRQ_Detech() 1038 _MsOS_ISR_Info[u16VectorIndex].pInterruptCb = NULL; in HAL_IRQ_Detech() [all …]
|