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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Dsecondary.S135 /* EVT15 = _real_start */
137 p0.l = lo(EVT15);
138 p0.h = hi(EVT15);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dhead.S211 /* EVT15 = _real_start */
213 p0.l = lo(EVT15);
214 p0.h = hi(EVT15);
H A Dentry.S866 p0.l = lo(EVT15);
867 p0.h = hi(EVT15);
922 p0.l = lo(EVT15);
923 p0.h = hi(EVT15);
983 p0.l = lo(EVT15);
984 p0.h = hi(EVT15);
1034 p0.l = lo(EVT15);
1035 p0.h = hi(EVT15);
H A Ddpmc_modes.S485 PM_PUSH(EVT15)
621 PM_POP(EVT15)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dearly_printk.c190 for (evt = EVT2; evt <= EVT15; evt += 4)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dcdef_LPBlackfin.h214 #define bfin_read_EVT15() bfin_read32(EVT15)
215 #define bfin_write_EVT15(val) bfin_write32(EVT15,val)
H A Ddef_LPBlackfin.h396 #define EVT15 0xFFE0203C /* Event Vector 15 ESR Address */ macro

Completed in 123 milliseconds