Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h200 #define bfin_read_EVT5() bfin_read32(EVT5)
201 #define bfin_write_EVT5(val) bfin_write32(EVT5,val)
Ddef_LPBlackfin.h398 #define EVT5 0xFFE02014 /* Event Vector 5 ESR Address */ macro
/linux-3.4.99/arch/blackfin/mach-common/
Dentry.S303 p4.l = lo(EVT5);
304 p4.h = hi(EVT5);
431 p4.l = lo(EVT5);
432 p4.h = hi(EVT5);
Ddpmc_modes.S566 PM_PUSH(10, EVT5)
674 PM_POP(10, EVT5)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c610 D32(EVT5); in bfin_debug_mmrs_init()