Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dsun6i-dma.c138 void (*set_drq)(u32 *p_cfg, s8 src_drq, s8 dst_drq);
325 static void sun6i_set_drq_a31(u32 *p_cfg, s8 src_drq, s8 dst_drq) in sun6i_set_drq_a31() argument
328 DMA_CHAN_CFG_DST_DRQ_A31(dst_drq); in sun6i_set_drq_a31()
331 static void sun6i_set_drq_h6(u32 *p_cfg, s8 src_drq, s8 dst_drq) in sun6i_set_drq_h6() argument
334 DMA_CHAN_CFG_DST_DRQ_H6(dst_drq); in sun6i_set_drq_h6()