Searched refs:SIC_IWR (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Ddpmc.S42 P0.h = (SIC_IWR >> 16);
43 P0.l = (SIC_IWR & 0xFFFF);
397 P0.H = hi(SIC_IWR);
398 P0.L = lo(SIC_IWR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf537/
H A Dhead.S364 p0.h = hi(SIC_IWR);
365 p0.l = lo(SIC_IWR);
461 p0.h = hi(SIC_IWR);
462 p0.l = lo(SIC_IWR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf533/
H A Dhead.S346 p0.h = hi(SIC_IWR);
347 p0.l = lo(SIC_IWR);
443 p0.h = hi(SIC_IWR);
444 p0.l = lo(SIC_IWR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-bf533/
H A DcdefBF532.h63 iwr = bfin_read32(SIC_IWR);
65 bfin_write32(SIC_IWR, IWR_ENABLE(0));
73 bfin_write32(SIC_IWR, iwr);
93 #define bfin_read_SIC_IWR() bfin_read32(SIC_IWR)
94 #define bfin_write_SIC_IWR(val) bfin_write32(SIC_IWR,val)
H A DdefBF532.h74 #define SIC_IWR 0xFFC00124 /* Interrupt Wakeup Register */ macro
522 /* SIC_IWR Masks */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-bf537/
H A DcdefBF534.h55 iwr = bfin_read32(SIC_IWR);
57 bfin_write32(SIC_IWR, IWR_ENABLE(0));
65 bfin_write32(SIC_IWR, iwr);
92 #define bfin_read_SIC_IWR() bfin_read32(SIC_IWR)
93 #define bfin_write_SIC_IWR(val) bfin_write32(SIC_IWR,val)
H A DdefBF534.h58 #define SIC_IWR 0xFFC00124 /* Interrupt Wakeup Register */ macro
1109 /* SIC_IWR Masks */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-bf527/
H A DcdefBF52x_base.h84 #define bfin_read_SIC_IWR() bfin_read32(SIC_IWR)
85 #define bfin_write_SIC_IWR(val) bfin_write32(SIC_IWR, val)
H A DdefBF52x_base.h61 #define SIC_IWR 0xFFC00124 /* Interrupt Wakeup Register */ macro
691 /* Peripheral Masks For SIC_ISR, SIC_IWR, SIC_IMASK */
781 /* SIC_IWR Masks */

Completed in 368 milliseconds