Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dsun6i-dma.c72 #define DMA_CHAN_CFG_SRC_MODE_A31(x) (((x) & 0x1) << 5) macro
80 #define DMA_CHAN_CFG_DST_MODE_A31(x) (DMA_CHAN_CFG_SRC_MODE_A31(x) << 16)
339 *p_cfg |= DMA_CHAN_CFG_SRC_MODE_A31(src_mode) | in sun6i_set_mode_a31()