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

/arch/blackfin/mach-bf538/include/mach/
H A DdefBF538.h509 #define DMA13_START_ADDR 0xFFC01D44 /* DMA Channel 13 Start Address Register */ macro
H A DcdefBF538.h830 #define bfin_read_DMA13_START_ADDR() bfin_readPTR(DMA13_START_ADDR)
831 #define bfin_write_DMA13_START_ADDR(val) bfin_writePTR(DMA13_START_ADDR, val)
/arch/blackfin/mach-bf548/include/mach/
H A DdefBF54x_base.h714 #define DMA13_START_ADDR 0xffc01c44 /* DMA Channel 13 Start Address Register */ macro
H A DcdefBF54x_base.h1194 #define bfin_read_DMA13_START_ADDR() bfin_read32(DMA13_START_ADDR)
1195 #define bfin_write_DMA13_START_ADDR(val) bfin_write32(DMA13_START_ADDR, val)
/arch/blackfin/mach-bf609/include/mach/
H A DcdefBF60x_base.h810 #define bfin_read_DMA13_START_ADDR() bfin_read32(DMA13_START_ADDR)
811 #define bfin_write_DMA13_START_ADDR(val) bfin_write32(DMA13_START_ADDR, val)
H A DdefBF60x_base.h1794 #define DMA13_START_ADDR 0xFFC07004 /* DMA13 Start Address of Current Buffer */ macro

Completed in 105 milliseconds