Home
last modified time | relevance | path

Searched refs:MXVR_DMA3_CONFIG (Results 1 – 5 of 5) sorted by relevance

/arch/blackfin/mach-bf538/include/mach/
DdefBF539.h79 #define MXVR_DMA3_CONFIG 0xFFC027D4 /* MXVR Sync Data DMA3 Config Register */ macro
DcdefBF539.h119 #define bfin_read_MXVR_DMA3_CONFIG() bfin_read32(MXVR_DMA3_CONFIG)
120 #define bfin_write_MXVR_DMA3_CONFIG(val) bfin_write32(MXVR_DMA3_CONFIG, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF549.h88 #define MXVR_DMA3_CONFIG 0xffc027d4 /* MXVR Sync Data DMA3 Config Register */ macro
DcdefBF549.h140 #define bfin_read_MXVR_DMA3_CONFIG() bfin_read32(MXVR_DMA3_CONFIG)
141 #define bfin_write_MXVR_DMA3_CONFIG(val) bfin_write32(MXVR_DMA3_CONFIG, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1185 D32(MXVR_DMA3_CONFIG); in bfin_debug_mmrs_init()