Home
last modified time | relevance | path

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

/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
/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.S138 p5.l = lo(IPEND);
139 p5.h = hi(IPEND);
170 p5.l = lo(IPEND);
171 p5.h = hi(IPEND);
283 p4.l = lo(IPEND);
284 p4.h = hi(IPEND);
535 p2.l = lo(IPEND);
536 p2.h = hi(IPEND);
772 p2.l = lo(IPEND);
773 p2.h = hi(IPEND);
[all …]
/arch/blackfin/kernel/
Ddebug-mmrs.c627 D32(IPEND); in bfin_debug_mmrs_init()