Searched refs:GET_CH_32 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/dma/dw-edma/ |
H A D | dw-hdma-v0-core.c | 43 #define GET_CH_32(dw, dir, ch, name) \ macro 82 GET_CH_32(dw, chan->id, chan->dir, ch_stat)); in dw_hdma_v0_core_ch_status() 110 return GET_CH_32(dw, chan->dir, chan->id, int_stat); in dw_hdma_v0_core_status_int() 240 tmp = GET_CH_32(dw, chan->dir, chan->id, int_setup); in dw_hdma_v0_core_start()
|
H A D | dw-edma-v0-core.c | 159 #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()
|