Searched refs:DMA19_START_ADDR (Results 1 - 6 of 6) sorted by relevance

/arch/blackfin/mach-bf538/include/mach/
H A DdefBF538.h593 #define DMA19_START_ADDR 0xFFC01EC4 /* DMA Channel 19 Start Address Register */ macro
H A DcdefBF538.h986 #define bfin_read_DMA19_START_ADDR() bfin_readPTR(DMA19_START_ADDR)
987 #define bfin_write_DMA19_START_ADDR(val) bfin_writePTR(DMA19_START_ADDR, val)
/arch/blackfin/mach-bf548/include/mach/
H A DdefBF54x_base.h810 #define DMA19_START_ADDR 0xffc01dc4 /* DMA Channel 19 Start Address Register */ macro
H A DcdefBF54x_base.h1368 #define bfin_read_DMA19_START_ADDR() bfin_read32(DMA19_START_ADDR)
1369 #define bfin_write_DMA19_START_ADDR(val) bfin_write32(DMA19_START_ADDR, val)
/arch/blackfin/mach-bf609/include/mach/
H A DcdefBF60x_base.h1032 #define bfin_read_DMA19_START_ADDR() bfin_read32(DMA19_START_ADDR)
1033 #define bfin_write_DMA19_START_ADDR(val) bfin_write32(DMA19_START_ADDR, val)
H A DdefBF60x_base.h1920 #define DMA19_START_ADDR 0xFFC07304 /* DMA19 Start Address of Current Buffer */ macro

Completed in 86 milliseconds