Searched refs:dst_drq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sun6i-dma.c | 129 void (*set_drq)(u32 *p_cfg, s8 src_drq, s8 dst_drq); 317 static void sun6i_set_drq_a31(u32 *p_cfg, s8 src_drq, s8 dst_drq) in sun6i_set_drq_a31() argument 320 DMA_CHAN_CFG_DST_DRQ_A31(dst_drq); in sun6i_set_drq_a31() 323 static void sun6i_set_drq_h6(u32 *p_cfg, s8 src_drq, s8 dst_drq) in sun6i_set_drq_h6() argument 326 DMA_CHAN_CFG_DST_DRQ_H6(dst_drq); in sun6i_set_drq_h6()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | sun6i-dma.c | 138 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()
|
Completed in 5 milliseconds