Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h537 #define DMA15_START_ADDR 0xFFC01DC4 /* DMA Channel 15 Start Address Register */ macro
DcdefBF538.h882 #define bfin_read_DMA15_START_ADDR() bfin_readPTR(DMA15_START_ADDR)
883 #define bfin_write_DMA15_START_ADDR(val) bfin_writePTR(DMA15_START_ADDR, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h746 #define DMA15_START_ADDR 0xffc01cc4 /* DMA Channel 15 Start Address Register */ macro
DcdefBF54x_base.h1252 #define bfin_read_DMA15_START_ADDR() bfin_read32(DMA15_START_ADDR)
1253 #define bfin_write_DMA15_START_ADDR(val) bfin_write32(DMA15_START_ADDR, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h1836 #define DMA15_START_ADDR 0xFFC07104 /* DMA15 Start Address of Current Buffer */ macro
DcdefBF60x_base.h884 #define bfin_read_DMA15_START_ADDR() bfin_read32(DMA15_START_ADDR)
885 #define bfin_write_DMA15_START_ADDR(val) bfin_write32(DMA15_START_ADDR, val)