Home
last modified time | relevance | path

Searched refs:ILAT (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/blackfin/include/asm/
Dentry.h115 P0.L = LO(ILAT); \
116 P0.H = HI(ILAT); \
145 P0.L = LO(ILAT); \
146 P0.H = HI(ILAT); \
Dcdef_LPBlackfin.h228 #define bfin_read_ILAT() bfin_read32(ILAT)
229 #define bfin_write_ILAT(val) bfin_write32(ILAT,val)
Ddef_LPBlackfin.h412 #define ILAT 0xFFE0210C /* Interrupt Latch Register */ macro
/linux-3.4.99/arch/blackfin/mach-common/
Dinterrupt.S167 P0.L = LO(ILAT);
168 P0.H = HI(ILAT);
Dentry.S191 p5.l = lo(ILAT);
192 p5.h = hi(ILAT);
856 p2.l = lo(ILAT);
857 p2.h = hi(ILAT);
1029 p2.l = lo(ILAT);
1030 p2.h = hi(ILAT);
Ddpmc_modes.S583 PM_PUSH(8, ILAT)
657 PM_POP(8, ILAT)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c624 D32(ILAT); in bfin_debug_mmrs_init()