Lines Matching refs:channel

141 uint32_t bsp_prv_irq_gpt_reg_num_get(uint32_t channel);
142 uint32_t bsp_prv_irq_gpt_selected_shift_num_get(IRQn_Type irq, uint32_t channel);
143 uint32_t bsp_prv_irq_gpt_combined_shift_num_get(uint32_t channel, bsp_irq_gpt_combined_event_t even…
147 uint32_t bsp_prv_irq_gpt_combined_table_num_get(uint32_t channel);
356 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptSelectedSet() local
357 uint32_t reg_num = bsp_prv_irq_gpt_reg_num_get(channel); in R_BSP_IrqGptSelectedSet()
358 uint32_t shift_num = bsp_prv_irq_gpt_selected_shift_num_get(irq, channel); in R_BSP_IrqGptSelectedSet()
360 if (channel < BSP_FEATURE_GPT_SAFETY_BASE_CHANNEL) in R_BSP_IrqGptSelectedSet()
382 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptSelectedClear() local
383 uint32_t reg_num = bsp_prv_irq_gpt_reg_num_get(channel); in R_BSP_IrqGptSelectedClear()
384 uint32_t shift_num = bsp_prv_irq_gpt_selected_shift_num_get(irq, channel); in R_BSP_IrqGptSelectedClear()
386 if (channel < BSP_FEATURE_GPT_SAFETY_BASE_CHANNEL) in R_BSP_IrqGptSelectedClear()
422 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedTableSet() local
423 uint32_t groupIndex = bsp_prv_irq_gpt_combined_table_num_get(channel); in R_BSP_IrqGptCombinedTableSet()
424 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedTableSet()
460 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedCtrlGet() local
461 uint32_t groupIndex = bsp_prv_irq_gpt_combined_table_num_get(channel); in R_BSP_IrqGptCombinedCtrlGet()
462 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedCtrlGet()
477 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedIsrGet() local
478 uint32_t groupIndex = bsp_prv_irq_gpt_combined_table_num_get(channel); in R_BSP_IrqGptCombinedIsrGet()
479 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedIsrGet()
493 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedTableClear() local
494 uint32_t groupIndex = bsp_prv_irq_gpt_combined_table_num_get(channel); in R_BSP_IrqGptCombinedTableClear()
495 uint32_t elementIndex = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedTableClear()
538 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedMaskSet() local
539 uint32_t reg_num = bsp_prv_irq_gpt_reg_num_get(channel); in R_BSP_IrqGptCombinedMaskSet()
540 uint32_t shift_num = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedMaskSet()
542 if (channel < BSP_FEATURE_GPT_SAFETY_BASE_CHANNEL) in R_BSP_IrqGptCombinedMaskSet()
560 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedMaskClear() local
561 uint32_t reg_num = bsp_prv_irq_gpt_reg_num_get(channel); in R_BSP_IrqGptCombinedMaskClear()
562 uint32_t shift_num = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedMaskClear()
564 if (channel < BSP_FEATURE_GPT_SAFETY_BASE_CHANNEL) in R_BSP_IrqGptCombinedMaskClear()
584 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedStatusRead() local
585 uint32_t reg_num = bsp_prv_irq_gpt_reg_num_get(channel); in R_BSP_IrqGptCombinedStatusRead()
589 if (channel < BSP_FEATURE_GPT_SAFETY_BASE_CHANNEL) in R_BSP_IrqGptCombinedStatusRead()
611 uint32_t channel = bsp_prv_irq_gpt_channel_get(irq); in R_BSP_IrqGptCombinedStatusClear() local
612 uint32_t reg_num = bsp_prv_irq_gpt_reg_num_get(channel); in R_BSP_IrqGptCombinedStatusClear()
613 uint32_t shift_num = bsp_prv_irq_gpt_combined_shift_num_get(channel, event_source); in R_BSP_IrqGptCombinedStatusClear()
615 if (channel < BSP_FEATURE_GPT_SAFETY_BASE_CHANNEL) in R_BSP_IrqGptCombinedStatusClear()