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

/arch/blackfin/mach-bf561/include/mach/
H A DdefBF561.h730 #define MDMA_S2_CURR_ADDR 0xFFC00F64 /*MemDMA2 Stream 0 Source Current Address */ macro
H A DcdefBF561.h882 #define bfin_read_MDMA_S2_CURR_ADDR() bfin_read32(MDMA_S2_CURR_ADDR)
883 #define bfin_write_MDMA_S2_CURR_ADDR(val) bfin_write32(MDMA_S2_CURR_ADDR,val)
/arch/blackfin/mach-bf538/include/mach/
H A DdefBF538.h628 #define MDMA_S2_CURR_ADDR 0xFFC01F64 /* MemDMA1 Stream 0 Source Current Address Register */ macro
H A DcdefBF538.h1156 #define bfin_read_MDMA_S2_CURR_ADDR() bfin_readPTR(MDMA_S2_CURR_ADDR)
1157 #define bfin_write_MDMA_S2_CURR_ADDR(val) bfin_writePTR(MDMA_S2_CURR_ADDR, val)
/arch/blackfin/mach-bf548/include/mach/
H A DdefBF54x_base.h910 #define MDMA_S2_CURR_ADDR 0xffc01f64 /* Memory DMA Stream 2 Source Current Address Register */ macro
H A DcdefBF54x_base.h1553 #define bfin_read_MDMA_S2_CURR_ADDR() bfin_read32(MDMA_S2_CURR_ADDR)
1554 #define bfin_write_MDMA_S2_CURR_ADDR(val) bfin_write32(MDMA_S2_CURR_ADDR, val)

Completed in 136 milliseconds