Searched refs:IPEND (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/include/asm/
H A Dentry.h38 P0.l = lo(IPEND); \
39 P0.h = hi(IPEND); \
58 /* As a debugging aid - we save IPEND when DEBUG_KERNEL is on,
76 p0.l = lo(IPEND); \
77 p0.h = hi(IPEND); \
84 /* For timer interrupts, we need to save IPEND, since the user_mode
92 p0.l = lo(IPEND); \
93 p0.h = hi(IPEND); \
115 p0.l = lo(IPEND); \
116 p0.h = hi(IPEND); \
[all...]
H A Dcontext.S68 [--sp] = r0; /* Skip IPEND as well. */
140 [--sp] = r0; /* Skip IPEND as well. */
209 p1.l = lo(IPEND);
210 p1.h = hi(IPEND);
214 [--sp] = r0; /* Skip IPEND as well. */
227 sp += 4; /* Skip IPEND */
281 sp += 4; /* Skip IPEND */
H A Dcdef_LPBlackfin.h220 #define bfin_read_IPEND() bfin_read32(IPEND)
221 #define bfin_write_IPEND(val) bfin_write32(IPEND,val)
H A Ddef_LPBlackfin.h399 #define IPEND 0xFFE02108 /* Interrupt Pending 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.S35 * R0 contains the interrupt number, while R1 may contain the value of IPEND,
36 * or garbage if IPEND won't be needed by the ISR. */
82 [--sp] = r1; /* IPEND - R1 may or may not be set up before jumping here. */
163 # We are going to dump something out, so make sure we print IPEND properly
164 p2.l = lo(IPEND);
165 p2.h = hi(IPEND);
H A Dentry.S140 p5.l = lo(IPEND);
141 p5.h = hi(IPEND);
172 p5.l = lo(IPEND);
173 p5.h = hi(IPEND);
285 p4.l = lo(IPEND);
286 p4.h = hi(IPEND);
347 /* In case interrupts are disabled IPEND[4] (global interrupt disable bit)
433 * we can re-enable interrupts (IPEND[4]), so if the _trap_c causes
440 r7 = [p5 + PDA_EXIPEND] /* Read the IPEND from the Exception state */
441 [sp + PT_IPEND] = r7; /* Store IPEND ont
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.h310 #define IPEND 0x80 macro

Completed in 157 milliseconds