Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dentry.h32 P0.l = lo(IPEND); \
33 P0.h = hi(IPEND); \
56 p0.l = lo(IPEND); \
57 p0.h = hi(IPEND); \
Dcontext.S227 r1.l = lo(IPEND);
228 r1.h = hi(IPEND);
Dcdef_LPBlackfin.h243 #define bfin_read_IPEND() bfin_read32(IPEND)
244 #define bfin_write_IPEND(val) bfin_write32(IPEND,val)
Ddef_LPBlackfin.h433 #define IPEND 0xFFE02108 /* Interrupt Pending Register */ macro
/arch/blackfin/mach-common/
Dentry.S164 p5.l = lo(IPEND);
165 p5.h = hi(IPEND);
196 p5.l = lo(IPEND);
197 p5.h = hi(IPEND);
301 p4.l = lo(IPEND);
302 p4.h = hi(IPEND);
437 p2.l = lo(IPEND);
438 p2.h = hi(IPEND);
585 p2.l = lo(IPEND);
586 p2.h = hi(IPEND);
[all …]
Dinterrupt.S162 # We are going to dump something out, so make sure we print IPEND properly
163 p2.l = lo(IPEND);
164 p2.h = hi(IPEND);