summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/ti-common/ti-edma3.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-08-18 12:25:24 (GMT)
committerTom Rini <trini@konsulko.com>2015-08-18 12:25:24 (GMT)
commit952bd79b53f002740634977edfc0c4d744908032 (patch)
tree05265bd4b6b304b3c8089bda9f2e1f60db534772 /arch/arm/include/asm/ti-common/ti-edma3.h
parent783983f323730540f861413dfbea6802c88afcf8 (diff)
parentfc5e22008a668a75d108ebf8edc93849c6f9dcb4 (diff)
downloadu-boot-952bd79b53f002740634977edfc0c4d744908032.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-spi
Diffstat (limited to 'arch/arm/include/asm/ti-common/ti-edma3.h')
-rw-r--r--arch/arm/include/asm/ti-common/ti-edma3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/ti-common/ti-edma3.h b/arch/arm/include/asm/ti-common/ti-edma3.h
index 5adc1da..6a7a321 100644
--- a/arch/arm/include/asm/ti-common/ti-edma3.h
+++ b/arch/arm/include/asm/ti-common/ti-edma3.h
@@ -117,5 +117,7 @@ void edma3_set_src_addr(u32 base, int slot, u32 src);
void edma3_set_transfer_params(u32 base, int slot, int acnt,
int bcnt, int ccnt, u16 bcnt_rld,
enum edma3_sync_dimension sync_mode);
+void edma3_transfer(unsigned long edma3_base_addr, unsigned int
+ edma_slot_num, void *dst, void *src, size_t len);
#endif