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

/arch/blackfin/kernel/
H A Dearly_printk.c190 for (evt = EVT2; evt <= EVT15; evt += 4)
H A Ddebug-mmrs.c620 D32(EVT15);
/arch/blackfin/mach-bf561/
H A Dsecondary.S109 /* EVT15 = _real_start */
113 [p5 + (EVT15 - COREMMR_BASE)] = p1;
/arch/blackfin/mach-common/
H A 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);
H A Dhead.S173 /* EVT15 = _real_start */
177 [p5 + (EVT15 - COREMMR_BASE)] = p1;
H A Ddpmc_modes.S577 PM_PUSH(6, EVT15)
635 B1.L = lo(EVT15);
663 PM_POP(6, EVT15)
/arch/blackfin/include/asm/
H A Dcdef_LPBlackfin.h220 #define bfin_read_EVT15() bfin_read32(EVT15)
221 #define bfin_write_EVT15(val) bfin_write32(EVT15,val)
H A Ddef_LPBlackfin.h408 #define EVT15 0xFFE0203C /* Event Vector 15 ESR Address */ macro

Completed in 89 milliseconds