Home
last modified time | relevance | path

Searched refs:ATC_SIF (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/
H A Dat_hdmac.c127 #define ATC_SIF GENMASK(1, 0) /* Src tx done via AHB-Lite Interface i */ macro
484 #define ATC_DEFAULT_CTRLB (FIELD_PREP(ATC_SIF, AT_DMA_MEM_IF) | \
1284 FIELD_PREP(ATC_SIF, atchan->mem_if) | in atc_prep_slave_sg()
1332 FIELD_PREP(ATC_SIF, atchan->per_if) | in atc_prep_slave_sg()
1442 FIELD_PREP(ATC_SIF, atchan->mem_if) | in atc_dma_cyclic_fill_desc()
1455 FIELD_PREP(ATC_SIF, atchan->per_if) | in atc_dma_cyclic_fill_desc()
/kernel/linux/linux-5.10/drivers/dma/
H A Dat_hdmac.c38 #define ATC_DEFAULT_CTRLB (ATC_SIF(AT_DMA_MEM_IF) \
1064 | ATC_SIF(atchan->mem_if) | ATC_DIF(atchan->per_if); in atc_prep_slave_sg()
1104 | ATC_SIF(atchan->per_if) | ATC_DIF(atchan->mem_if); in atc_prep_slave_sg()
1211 | ATC_SIF(atchan->mem_if) in atc_dma_cyclic_fill_desc()
1223 | ATC_SIF(atchan->per_if) in atc_dma_cyclic_fill_desc()
H A Dat_hdmac_regs.h120 #define ATC_SIF(i) (0x3 & (i)) /* Src tx done via AHB-Lite Interface i */ macro

Completed in 7 milliseconds