Home
last modified time | relevance | path

Searched refs:AT_XDMAC_CC_DIF (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dat_xdmac.c129 #define AT_XDMAC_CC_DIF(i) ((0x1 & (i)) << 14) /* Channel Destination Interface Identifier */ macro
550 | AT_XDMAC_CC_DIF(atchan->memif) in at_xdmac_compute_chan_conf()
573 | AT_XDMAC_CC_DIF(atchan->perif) in at_xdmac_compute_chan_conf()
872 | AT_XDMAC_CC_DIF(0) in at_xdmac_interleaved_queue_desc()
1059 | AT_XDMAC_CC_DIF(0) in at_xdmac_prep_dma_memcpy()
1166 | AT_XDMAC_CC_DIF(0) in at_xdmac_memset_create_desc()
/kernel/linux/linux-6.6/drivers/dma/
H A Dat_xdmac.c140 #define AT_XDMAC_CC_DIF(i) ((0x1 & (i)) << 14) /* Channel Destination Interface Identifier */ macro
681 atchan->cfg |= AT_XDMAC_CC_DIF(atchan->memif) | in at_xdmac_compute_chan_conf()
706 atchan->cfg |= AT_XDMAC_CC_DIF(atchan->perif) | in at_xdmac_compute_chan_conf()

Completed in 7 milliseconds