Searched refs:ch (Results 1 – 3 of 3) sorted by relevance
81 #define MCHP_DMA_GIRQ_VAL(ch) BIT(ch) argument87 #define MCHP_DMA_DIRECT_NVIC_NUM(ch) (24u + (ch)) argument218 #define MCHP_DMA_ACTV_ADDR(ch) \ argument219 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_ACTV_OFS))221 #define MCHP_DMA_MSTART_ADDR(ch) \ argument222 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_MSTART_OFS))224 #define MCHP_DMA_MEND_ADDR(ch) \ argument225 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_MEND_OFS))227 #define MCHP_DMA_DSTART_ADDR(ch) \ argument228 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_DSTART_OFS))[all …]
122 cfm_error_id_t MSS_CFM_get_count(cfm_count_id_t ch, uint32_t *count) in MSS_CFM_get_count() argument133 switch(ch) in MSS_CFM_get_count()
301 cfm_error_id_t MSS_CFM_get_count(cfm_count_id_t ch, uint32_t *count);