Home
last modified time | relevance | path

Searched refs:MDMA_D2_CONFIG (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h708 #define MDMA_D2_CONFIG 0xFFC00F08 /*MemDMA2 Stream 0 Destination Configuration register */ macro
DcdefBF561.h840 #define bfin_read_MDMA_D2_CONFIG() bfin_read16(MDMA_D2_CONFIG)
841 #define bfin_write_MDMA_D2_CONFIG(val) bfin_write16(MDMA_D2_CONFIG,val)
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h608 #define MDMA_D2_CONFIG 0xFFC01F08 /* MemDMA1 Stream 0 Destination Configuration Register */ macro
DcdefBF538.h1118 #define bfin_read_MDMA_D2_CONFIG() bfin_read16(MDMA_D2_CONFIG)
1119 #define bfin_write_MDMA_D2_CONFIG(val) bfin_write16(MDMA_D2_CONFIG, val)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h891 #define MDMA_D2_CONFIG 0xffc01f08 /* Memory DMA Stream 2 Destination Configura… macro
DcdefBF54x_base.h1515 #define bfin_read_MDMA_D2_CONFIG() bfin_read16(MDMA_D2_CONFIG)
1516 #define bfin_write_MDMA_D2_CONFIG(val) bfin_write16(MDMA_D2_CONFIG, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1127 #ifdef MDMA_D2_CONFIG in bfin_debug_mmrs_init()