Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf561/
Dsecondary.S42 p5.h = hi(COREMMR_BASE);
60 [p5 + (DTEST_COMMAND - COREMMR_BASE)] = r6;
61 [p5 + (ITEST_COMMAND - COREMMR_BASE)] = r6;
67 r1 = [p5 + (IMEM_CONTROL - COREMMR_BASE)];
69 [p5 + (IMEM_CONTROL - COREMMR_BASE)] = r1;
73 r1 = [p5 + (DMEM_CONTROL - COREMMR_BASE)];
75 [p5 + (DMEM_CONTROL - COREMMR_BASE)] = r1;
113 [p5 + (EVT15 - COREMMR_BASE)] = p1;
/arch/blackfin/mach-common/
Dhead.S51 p5.h = hi(COREMMR_BASE);
69 [p5 + (DTEST_COMMAND - COREMMR_BASE)] = r6;
70 [p5 + (ITEST_COMMAND - COREMMR_BASE)] = r6;
76 r1 = [p5 + (IMEM_CONTROL - COREMMR_BASE)];
78 [p5 + (IMEM_CONTROL - COREMMR_BASE)] = r1;
82 r1 = [p5 + (DMEM_CONTROL - COREMMR_BASE)];
84 [p5 + (DMEM_CONTROL - COREMMR_BASE)] = r1;
177 [p5 + (EVT15 - COREMMR_BASE)] = p1;
/arch/blackfin/include/asm/
Dmem_map.h14 #ifndef COREMMR_BASE
15 # define COREMMR_BASE 0xFFE00000 macro
Ddpmc.h49 #define PM_CORE_PUSH(n, x) _PM_PUSH(n, x, , COREMMR_BASE)
50 #define PM_CORE_POP(n, x) _PM_POP(n, x, , COREMMR_BASE)
366 I0.H = hi(COREMMR_BASE);
367 I0.L = lo(COREMMR_BASE);
508 I0.H = hi(COREMMR_BASE);
509 I0.L = lo(COREMMR_BASE);
/arch/blackfin/kernel/
Dtrace.c70 } else if (address >= COREMMR_BASE) { in decode_address()