Searched refs:MDMA_D2_CONFIG (Results 1 – 7 of 7) sorted by relevance
708 #define MDMA_D2_CONFIG 0xFFC00F08 /*MemDMA2 Stream 0 Destination Configuration register */ macro
840 #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)
608 #define MDMA_D2_CONFIG 0xFFC01F08 /* MemDMA1 Stream 0 Destination Configuration Register */ macro
1118 #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)
891 #define MDMA_D2_CONFIG 0xffc01f08 /* Memory DMA Stream 2 Destination Configura… macro
1515 #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)
1127 #ifdef MDMA_D2_CONFIG in bfin_debug_mmrs_init()