Searched refs:gp_bsp_gpt_combined_isr_table (Results 1 – 2 of 2) sorted by relevance
60 fsp_vector_t * gp_bsp_gpt_combined_isr_table[BSP_IRQ_GPT_COMBINED_GROUP_NUM] = variable197 gp_bsp_gpt_combined_isr_table[groupIndex] = in bsp_prv_irq_gpt_combined_isr_table_allocate()199 if (NULL != gp_bsp_gpt_combined_isr_table[groupIndex]) in bsp_prv_irq_gpt_combined_isr_table_allocate()204 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = NULL; in bsp_prv_irq_gpt_combined_isr_table_allocate()208 return gp_bsp_gpt_combined_isr_table[groupIndex]; in bsp_prv_irq_gpt_combined_isr_table_allocate()
134 extern fsp_vector_t * gp_bsp_gpt_combined_isr_table[BSP_IRQ_GPT_COMBINED_GROUP_NUM];437 if (NULL == gp_bsp_gpt_combined_isr_table[groupIndex]) in R_BSP_IrqGptCombinedTableSet()445 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = p_interrupt_handler; in R_BSP_IrqGptCombinedTableSet()481 return gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex]; in R_BSP_IrqGptCombinedIsrGet()498 gp_bsp_gpt_combined_isr_table[groupIndex][elementIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()517 if (NULL != gp_bsp_gpt_combined_isr_table[groupIndex][cnt]) in R_BSP_IrqGptCombinedTableClear()526 gp_bsp_gpt_combined_isr_table[groupIndex] = NULL; in R_BSP_IrqGptCombinedTableClear()