Searched refs:ILAT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dentry.h106 P0.L = LO(ILAT); \
107 P0.H = HI(ILAT); \
136 P0.L = LO(ILAT); \
137 P0.H = HI(ILAT); \
H A Dcdef_LPBlackfin.h222 #define bfin_read_ILAT() bfin_read32(ILAT)
223 #define bfin_write_ILAT(val) bfin_write32(ILAT,val)
H A Ddef_LPBlackfin.h400 #define ILAT 0xFFE0210C /* Interrupt Latch Register */ macro
478 * EVT registers (ILAT, IMASK, and IPEND).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dinterrupt.S150 P0.L = LO(ILAT);
151 P0.H = HI(ILAT);
H A Dentry.S181 /* Read the ILAT, and to check to see if the process we are
186 p5.l = lo(ILAT);
187 p5.h = hi(ILAT);
839 * return in ILAT for this process to get executed, otherwise
841 * first process (i.e in ILAT) will be carried
845 p2.l = lo(ILAT);
846 p2.h = hi(ILAT);
901 p2.l = lo(ILAT);
902 p2.h = hi(ILAT);
H A Ddpmc_modes.S487 PM_PUSH(ILAT)
619 PM_POP(ILAT)

Completed in 178 milliseconds