Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h190 #define bfin_read_EVT0() bfin_read32(EVT0)
191 #define bfin_write_EVT0(val) bfin_write32(EVT0,val)
Ddef_LPBlackfin.h393 #define EVT0 0xFFE02000 /* Event Vector 0 ESR Address */ macro
/linux-3.4.99/arch/blackfin/mach-common/
Dentry.S213 p5.l = lo(EVT0);
214 p5.h = hi(EVT0);
/linux-3.4.99/arch/blackfin/kernel/
Dtrace.c906 decode_address(buf, bfin_read32(EVT0 + 4*i)); in show_regs()
Ddebug-mmrs.c605 D32(EVT0); in bfin_debug_mmrs_init()