Searched refs:edma3_slot_configure (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/dma/ |
H A D | ti-edma3.c | 317 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg) in edma3_slot_configure() function 435 edma3_slot_configure(edma3_base_addr, edma_slot_num, &slot); in __edma3_transfer() 468 edma3_slot_configure(edma3_base_addr, edma_slot_num, &slot); in __edma3_transfer()
|
/openbmc/u-boot/arch/arm/include/asm/ti-common/ |
H A D | ti-edma3.h | 101 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg);
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | ddr3.c | 179 edma3_slot_configure(KS2_EDMA0_BASE, DDR3_EDMA_SLOT_NUM, &slot); in ddr3_reset_data()
|