Home
last modified time | relevance | path

Searched refs:DMA16_START_ADDR (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h551 #define DMA16_START_ADDR 0xFFC01E04 /* DMA Channel 16 Start Address Register */ macro
DcdefBF538.h908 #define bfin_read_DMA16_START_ADDR() bfin_readPTR(DMA16_START_ADDR)
909 #define bfin_write_DMA16_START_ADDR(val) bfin_writePTR(DMA16_START_ADDR, val)
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h762 #define DMA16_START_ADDR 0xffc01d04 /* DMA Channel 16 Start Address Register */ macro
DcdefBF54x_base.h1281 #define bfin_read_DMA16_START_ADDR() bfin_read32(DMA16_START_ADDR)
1282 #define bfin_write_DMA16_START_ADDR(val) bfin_write32(DMA16_START_ADDR, val)