Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h523 #define DMA14_START_ADDR 0xFFC01D84 /* DMA Channel 14 Start Address Register */ macro
DcdefBF538.h856 #define bfin_read_DMA14_START_ADDR() bfin_readPTR(DMA14_START_ADDR)
857 #define bfin_write_DMA14_START_ADDR(val) bfin_writePTR(DMA14_START_ADDR, val)
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h730 #define DMA14_START_ADDR 0xffc01c84 /* DMA Channel 14 Start Address Register */ macro
DcdefBF54x_base.h1223 #define bfin_read_DMA14_START_ADDR() bfin_read32(DMA14_START_ADDR)
1224 #define bfin_write_DMA14_START_ADDR(val) bfin_write32(DMA14_START_ADDR, val)
/linux-4.1.27/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h1815 #define DMA14_START_ADDR 0xFFC07084 /* DMA14 Start Address of Current Buffer */ macro
DcdefBF60x_base.h847 #define bfin_read_DMA14_START_ADDR() bfin_read32(DMA14_START_ADDR)
848 #define bfin_write_DMA14_START_ADDR(val) bfin_write32(DMA14_START_ADDR, val)