Home
last modified time | relevance | path

Searched refs:EVT15 (Results 1 – 8 of 8) sorted by relevance

/arch/blackfin/mach-common/
Dentry.S877 p0.l = lo(EVT15);
878 p0.h = hi(EVT15);
1050 p0.l = lo(EVT15);
1051 p0.h = hi(EVT15);
1111 p0.l = lo(EVT15);
1112 p0.h = hi(EVT15);
1162 p0.l = lo(EVT15);
1163 p0.h = hi(EVT15);
Dhead.S177 [p5 + (EVT15 - COREMMR_BASE)] = p1;
Ddpmc_modes.S577 PM_PUSH(6, EVT15)
635 B1.L = lo(EVT15);
663 PM_POP(6, EVT15)
/arch/blackfin/kernel/
Dearly_printk.c190 for (evt = EVT2; evt <= EVT15; evt += 4) in init_early_exception_vectors()
Ddebug-mmrs.c620 D32(EVT15); in bfin_debug_mmrs_init()
/arch/blackfin/mach-bf561/
Dsecondary.S113 [p5 + (EVT15 - COREMMR_BASE)] = p1;
/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h220 #define bfin_read_EVT15() bfin_read32(EVT15)
221 #define bfin_write_EVT15(val) bfin_write32(EVT15,val)
Ddef_LPBlackfin.h408 #define EVT15 0xFFE0203C /* Event Vector 15 ESR Address */ macro