Searched refs:REG_WR_INT (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Diop_fw_load.c108 REG_WR_INT(iop_spu, regi_iop_spu0, rw_seq_pc, (i*4));
111 REG_WR_INT(iop_spu, regi_iop_spu1, rw_seq_pc, (i*4));
114 REG_WR_INT(iop_sw_cpu, regi_iop_sw_cpu, rw_mc_data, *data);
155 REG_WR_INT(iop_mpu, regi_iop_mpu, rw_immediate, *data);
180 REG_WR_INT(iop_mpu, regi_iop_mpu, rw_instr, MPU_BA_I(start_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Ddma.h109 do { REG_WR_INT( dma, inst, rw_group, (int) group_descr ); \
117 do { REG_WR_INT( dma, inst, rw_group_down, (int) ctx_descr ); \
H A Dirq_nmi_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dstrcop_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Data_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dconfig_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dintr_vect_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dmarb_bp_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Drt_trace_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dstrmux_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dtimer_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dmarb_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
307 #ifndef REG_WR_INT
308 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Dbif_core_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_version_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_crc_par_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_fifo_in_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_fifo_in_extra_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_fifo_out_extra_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_mpu_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_sap_in_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_scrc_in_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_scrc_out_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
H A Diop_trigger_grp_defs.h48 #ifndef REG_WR_INT
49 #define REG_WR_INT( scope, inst, reg, val ) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Darbiter.c186 REG_WR_INT(marb_bp, watches[i].instance, rw_first_addr, watches[i].start);
187 REG_WR_INT(marb_bp, watches[i].instance, rw_last_addr, watches[i].end);
188 REG_WR_INT(marb_bp, watches[i].instance, rw_op, accesses);
189 REG_WR_INT(marb_bp, watches[i].instance, rw_clients, clients);
H A Dirq.c146 REG_WR_INT(intr_vect, irq_regs[cpu], rw_mask, intr_mask);
162 REG_WR_INT(intr_vect, irq_regs[cpu], rw_mask, intr_mask);
323 REG_WR_INT(intr_vect, irq_regs[cpu], rw_mask, mask);
346 REG_WR_INT(intr_vect, irq_regs[cpu], rw_mask, mask);

Completed in 184 milliseconds

12