Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dmem_map.h17 #ifndef SYSMMR_BASE
18 # define SYSMMR_BASE 0xFFC00000 macro
Ddpmc.h51 #define PM_SYS_PUSH(n, x) _PM_PUSH(n, x, , SYSMMR_BASE)
52 #define PM_SYS_POP(n, x) _PM_POP(n, x, , SYSMMR_BASE)
53 #define PM_SYS_PUSH16(n, x) _PM_PUSH(n, x, w, SYSMMR_BASE)
54 #define PM_SYS_POP16(n, x) _PM_POP(n, x, w, SYSMMR_BASE)
176 FP.H = hi(SYSMMR_BASE);
177 FP.L = lo(SYSMMR_BASE);
271 FP.H = hi(SYSMMR_BASE);
272 FP.L = lo(SYSMMR_BASE);
/arch/blackfin/mach-bf561/
Dsecondary.S146 P0.H = hi(SYSMMR_BASE);
147 P0.L = lo(SYSMMR_BASE);
148 [P0 + (SICB_IWR0 - SYSMMR_BASE)] = R0;
149 [P0 + (SICB_IWR1 - SYSMMR_BASE)] = R0;
/arch/blackfin/mm/
Dmaccess.c28 if (lsrc >= SYSMMR_BASE) { in probe_kernel_read()
67 if (ldst >= SYSMMR_BASE) { in probe_kernel_write()
/arch/blackfin/mach-common/
Ddpmc_modes.S259 P0.H = hi(SYSMMR_BASE);
260 P0.L = lo(SYSMMR_BASE);
261 [P0 + (SIC_IWR0 - SYSMMR_BASE)] = R0;
262 [P0 + (SIC_IWR1 - SYSMMR_BASE)] = R1;
264 [P0 + (SIC_IWR2 - SYSMMR_BASE)] = R2;
/arch/blackfin/kernel/
Dtrace.c74 } else if (address >= SYSMMR_BASE) { in decode_address()
232 if (addr >= SYSMMR_BASE) in get_instruction()
Dprocess.c338 if (addr >= SYSMMR_BASE) in bfin_mem_access_type()