Home
last modified time | relevance | path

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

/arch/blackfin/mach-common/
Dentry.S268 p5.l = lo(ILAT);
269 p5.h = hi(ILAT);
450 p2.l = lo(ILAT);
451 p2.h = hi(ILAT);
831 p2.l = lo(ILAT);
832 p2.h = hi(ILAT);
892 p2.l = lo(ILAT);
893 p2.h = hi(ILAT);
Ddpmc_modes.S496 PM_PUSH(ILAT)
628 PM_POP(ILAT)
/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h245 #define bfin_read_ILAT() bfin_read32(ILAT)
246 #define bfin_write_ILAT(val) bfin_write32(ILAT,val)
Ddef_LPBlackfin.h434 #define ILAT 0xFFE0210C /* Interrupt Latch Register */ macro