Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Dsun4i-dma.c203 static int convert_burst(u32 maxburst) in convert_burst() function
470 ret = convert_burst(sconfig->src_maxburst); in generate_ndma_promise()
476 ret = convert_burst(sconfig->dst_maxburst); in generate_ndma_promise()
527 ret = convert_burst(sconfig->src_maxburst); in generate_ddma_promise()
533 ret = convert_burst(sconfig->dst_maxburst); in generate_ddma_promise()
Didma64.c397 static void convert_burst(u32 *maxburst) in convert_burst() function
412 convert_burst(&idma64c->config.src_maxburst); in idma64_slave_config()
413 convert_burst(&idma64c->config.dst_maxburst); in idma64_slave_config()
Dsun6i-dma.c282 static inline s8 convert_burst(u32 maxburst) in convert_burst() function
625 dst_burst = convert_burst(dst_maxburst); in set_config()
626 src_burst = convert_burst(src_maxburst); in set_config()
680 burst = convert_burst(8); in sun6i_dma_prep_dma_memcpy()
Dat_hdmac.c301 static inline void convert_burst(u32 *maxburst) in convert_burst() function
1562 convert_burst(&atchan->dma_sconfig.src_maxburst); in atc_config()
1563 convert_burst(&atchan->dma_sconfig.dst_maxburst); in atc_config()