Searched refs:DMA17_CURR_ADDR (Results 1 - 4 of 4) sorted by relevance

/arch/blackfin/mach-bf538/include/mach/
H A DdefBF538.h572 #define DMA17_CURR_ADDR 0xFFC01E64 /* DMA Channel 17 Current Address Register */ macro
H A DcdefBF538.h948 #define bfin_read_DMA17_CURR_ADDR() bfin_readPTR(DMA17_CURR_ADDR)
949 #define bfin_write_DMA17_CURR_ADDR(val) bfin_writePTR(DMA17_CURR_ADDR, val)
/arch/blackfin/mach-bf548/include/mach/
H A DdefBF54x_base.h785 #define DMA17_CURR_ADDR 0xffc01d64 /* DMA Channel 17 Current Address Register */ macro
H A DcdefBF54x_base.h1324 #define bfin_read_DMA17_CURR_ADDR() bfin_read32(DMA17_CURR_ADDR)
1325 #define bfin_write_DMA17_CURR_ADDR(val) bfin_write32(DMA17_CURR_ADDR, val)

Completed in 48 milliseconds