Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h509 #define DMA13_START_ADDR 0xFFC01D44 /* DMA Channel 13 Start Address Register */ macro
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)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h714 #define DMA13_START_ADDR 0xffc01c44 /* DMA Channel 13 Start Address Register */ macro
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)
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h1794 #define DMA13_START_ADDR 0xFFC07004 /* DMA13 Start Address of Current Buffer */ macro
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)