Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dat_hdmac_regs.h87 #define ATC_SCSIZE(x) (ATC_SCSIZE_MASK & ((x) << 16)) macro
H A Dat_hdmac.c1053 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1197 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
/kernel/linux/linux-6.6/drivers/dma/
H A Dat_hdmac.c120 #define ATC_SCSIZE GENMASK(18, 16) /* Source Chunk Transfer Size */ macro
1272 ctrla = FIELD_PREP(ATC_SCSIZE, sconfig->src_maxburst) | in atc_prep_slave_sg()
1463 lli->ctrla = FIELD_PREP(ATC_SCSIZE, sconfig->src_maxburst) | in atc_dma_cyclic_fill_desc()

Completed in 7 milliseconds