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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mach-bf561/
H A Dhead.S429 /* Clear the ILAT register */
430 p0.h = hi(ILAT);
431 p0.l = lo(ILAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dentry.S35 * system call in ILAT for this process to get
37 * system call of first process (i.e in ILAT) will be
610 * return in ILAT for this process to get executed, otherwise
612 * first process (i.e in ILAT) will be carried
616 p2.l = lo(ILAT);
617 p2.h = hi(ILAT);
655 p2.l = lo(ILAT);
656 p2.h = hi(ILAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mach-bf537/
H A Dhead.S519 /* Clear the ILAT register */
520 p0.h = hi(ILAT);
521 p0.l = lo(ILAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/mach-common/
H A Dcdef_LPBlackfin.h269 #define bfin_read_ILAT() bfin_read32(ILAT)
270 #define bfin_write_ILAT(val) bfin_write32(ILAT,val)
H A Ddef_LPBlackfin.h438 #define ILAT 0xFFE0210C /* Interrupt Latch Register */ macro
516 * EVT registers (ILAT, IMASK, and IPEND).
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mach-bf533/
H A Dhead.S482 /* Clear the ILAT register */
483 p0.h = hi(ILAT);
484 p0.l = lo(ILAT);

Completed in 172 milliseconds