Searched refs:REG_FIELD (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dinit.c84 mmu_kbase_hi = ( REG_FIELD(mmu, rw_mm_kbase_hi, base_f, 0x0) |
85 REG_FIELD(mmu, rw_mm_kbase_hi, base_e, 0x8) |
86 REG_FIELD(mmu, rw_mm_kbase_hi, base_d, 0x0) |
88 REG_FIELD(mmu, rw_mm_kbase_hi, base_c, 0x4) |
90 REG_FIELD(mmu, rw_mm_kbase_hi, base_c, 0x0) |
92 REG_FIELD(mmu, rw_mm_kbase_hi, base_b, 0xb) |
94 REG_FIELD(mmu, rw_mm_kbase_hi, base_a, 0x0) |
96 REG_FIELD(mmu, rw_mm_kbase_hi, base_a, 0xa) |
98 REG_FIELD(mmu, rw_mm_kbase_hi, base_9, 0x0) |
99 REG_FIELD(mm
[all...]
H A Dtlb.c19 tlb_sel = REG_FIELD(mmu, rw_mm_tlb_sel, idx, val); \
63 mmu_tlb_sel = REG_FIELD(mmu, rw_mm_tlb_sel, idx, i);
65 mmu_tlb_hi = (REG_FIELD(mmu, rw_mm_tlb_hi, pid, INVALID_PAGEID)
66 | REG_FIELD(mmu, rw_mm_tlb_hi, vpn, i & 0xf));
106 mmu_tlb_hi = (REG_FIELD(mmu, rw_mm_tlb_hi, pid,
108 | REG_FIELD(mmu, rw_mm_tlb_hi, vpn,
152 mmu_tlb_hi = REG_FIELD(mmu, rw_mm_tlb_hi, pid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/asm/
H A Dirq_nmi_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dstrcop_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dconfig_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dcris_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dstrmux_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Data_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dmmu_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Drt_trace_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dtimer_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Dmarb_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
324 #ifndef REG_FIELD
325 #define REG_FIELD( scope, reg, field, value ) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/asm/
H A Diop_version_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_fifo_in_extra_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_fifo_out_extra_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_scrc_in_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_scrc_out_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_crc_par_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_fifo_in_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_fifo_out_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_mpu_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_sap_in_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_timer_grp_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
H A Diop_trigger_grp_defs_asm.h17 #ifndef REG_FIELD
18 #define REG_FIELD( scope, reg, field, value ) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dhead.S89 move.d REG_FIELD(mmu, rw_mm_kbase_hi, base_e, 8) \
90 | REG_FIELD(mmu, rw_mm_kbase_hi, base_c, 4) \
91 | REG_FIELD(mmu, rw_mm_kbase_hi, base_b, 0xb), $r0
95 move.d REG_FIELD(mmu, rw_mm_kbase_hi, base_e, 8) \
96 | REG_FIELD(mmu, rw_mm_kbase_hi, base_c, 0) \
97 | REG_FIELD(mmu, rw_mm_kbase_hi, base_b, 0xb) \
98 | REG_FIELD(mmu, rw_mm_kbase_hi, base_a, 0xa), $r0
102 move.d REG_FIELD(mmu, rw_mm_kbase_lo, base_4, 4) \
103 | REG_FIELD(mmu, rw_mm_kbase_lo, base_0, 0), $r1

Completed in 168 milliseconds

12