Home
last modified time | relevance | path

Searched refs:qedma3_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/dma/
H A Dti-edma3.c377 void qedma3_stop(u32 base, struct edma3_channel_config *cfg) in qedma3_stop() function
447 qedma3_stop(edma3_base_addr, &edma_channel); in __edma3_transfer()
480 qedma3_stop(edma3_base_addr, &edma_channel); in __edma3_transfer()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dti-edma3.h100 void qedma3_stop(u32 base, struct edma3_channel_config *cfg);
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3.c229 qedma3_stop(KS2_EDMA0_BASE, &edma_channel); in ddr3_reset_data()