Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf561/
Dsecondary.S162 p0.l = lo(EVT15);
163 p0.h = hi(EVT15);
/arch/blackfin/mach-common/
Dhead.S202 p0.l = lo(EVT15);
203 p0.h = hi(EVT15);
Dentry.S852 p0.l = lo(EVT15);
853 p0.h = hi(EVT15);
913 p0.l = lo(EVT15);
914 p0.h = hi(EVT15);
957 p0.l = lo(EVT15);
958 p0.h = hi(EVT15);
992 p0.l = lo(EVT15);
993 p0.h = hi(EVT15);
Ddpmc_modes.S494 PM_PUSH(EVT15)
630 PM_POP(EVT15)
/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h239 #define bfin_read_EVT15() bfin_read32(EVT15)
240 #define bfin_write_EVT15(val) bfin_write32(EVT15,val)
Ddef_LPBlackfin.h431 #define EVT15 0xFFE0203C /* Event Vector 15 ESR Address */ macro