Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/dw-edma/
Ddw-hdma-v0-core.c43 #define GET_CH_32(dw, dir, ch, name) \ macro
72 if (GET_CH_32(dw, id, dir, ch_en) & BIT(0)) in dw_hdma_v0_core_ch_count()
88 GET_CH_32(dw, chan->id, chan->dir, ch_stat)); in dw_hdma_v0_core_ch_status()
116 return GET_CH_32(dw, chan->dir, chan->id, int_stat); in dw_hdma_v0_core_status_int()
243 tmp = GET_CH_32(dw, chan->dir, chan->id, int_setup) | in dw_hdma_v0_core_start()
Ddw-edma-v0-core.c159 #define GET_CH_32(dw, dir, ch, name) \ macro
195 GET_CH_32(dw, chan->dir, chan->id, ch_control1)); in dw_edma_v0_core_ch_status()