Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dsun4i-dma.c192 static int convert_burst(u32 maxburst) in convert_burst() function
459 ret = convert_burst(sconfig->src_maxburst); in generate_ndma_promise()
465 ret = convert_burst(sconfig->dst_maxburst); in generate_ndma_promise()
516 ret = convert_burst(sconfig->src_maxburst); in generate_ddma_promise()
522 ret = convert_burst(sconfig->dst_maxburst); in generate_ddma_promise()
H A Didma64.c393 static void convert_burst(u32 *maxburst) in convert_burst() function
408 convert_burst(&idma64c->config.src_maxburst); in idma64_slave_config()
409 convert_burst(&idma64c->config.dst_maxburst); in idma64_slave_config()
H A Dsun6i-dma.c274 static inline s8 convert_burst(u32 maxburst) in convert_burst() function
618 dst_burst = convert_burst(dst_maxburst); in set_config()
619 src_burst = convert_burst(src_maxburst); in set_config()
662 burst = convert_burst(8); in sun6i_dma_prep_dma_memcpy()
H A Dat_hdmac_regs.h285 static inline void convert_burst(u32 *maxburst) in convert_burst() function
H A Dat_hdmac.c1332 convert_burst(&atchan->dma_sconfig.src_maxburst); in atc_config()
1333 convert_burst(&atchan->dma_sconfig.dst_maxburst); in atc_config()