Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dentry.h30 P0.l = lo(IPEND); \
31 P0.h = hi(IPEND); \
71 p0.l = lo(IPEND); \
72 p0.h = hi(IPEND); \
87 p0.l = lo(IPEND); \
88 p0.h = hi(IPEND); \
124 p0.l = lo(IPEND); \
125 p0.h = hi(IPEND); \
154 p0.l = lo(IPEND); \
155 p0.h = hi(IPEND); \
Dcontext.S209 p1.l = lo(IPEND);
210 p1.h = hi(IPEND);
Dcdef_LPBlackfin.h226 #define bfin_read_IPEND() bfin_read32(IPEND)
227 #define bfin_write_IPEND(val) bfin_write32(IPEND,val)
Ddef_LPBlackfin.h411 #define IPEND 0xFFE02108 /* Interrupt Pending Register */ macro
/linux-2.6.39/arch/blackfin/mach-common/
Dinterrupt.S180 # We are going to dump something out, so make sure we print IPEND properly
181 p2.l = lo(IPEND);
182 p2.h = hi(IPEND);
Dentry.S145 p5.l = lo(IPEND);
146 p5.h = hi(IPEND);
177 p5.l = lo(IPEND);
178 p5.h = hi(IPEND);
290 p4.l = lo(IPEND);
291 p4.h = hi(IPEND);
597 p2.l = lo(IPEND);
598 p2.h = hi(IPEND);
836 p2.l = lo(IPEND);
837 p2.h = hi(IPEND);
[all …]
/linux-2.6.39/drivers/scsi/
Dinitio.h310 #define IPEND 0x80 macro