Searched refs:REG_STATE (Results 1 - 25 of 62) sorted by relevance

123

/arch/cris/arch-v32/mm/
H A Dinit.c61 mmu_config = ( REG_STATE(mmu, rw_mm_cfg, we, on) |
62 REG_STATE(mmu, rw_mm_cfg, acc, on) |
63 REG_STATE(mmu, rw_mm_cfg, ex, on) |
64 REG_STATE(mmu, rw_mm_cfg, inv, on) |
66 REG_STATE(mmu, rw_mm_cfg, seg_f, page) |
67 REG_STATE(mmu, rw_mm_cfg, seg_e, page) |
68 REG_STATE(mmu, rw_mm_cfg, seg_d, linear) |
70 REG_STATE(mmu, rw_mm_cfg, seg_f, linear) |
71 REG_STATE(mmu, rw_mm_cfg, seg_e, linear) |
72 REG_STATE(mm
[all...]
/arch/cris/arch-v32/kernel/
H A Dhead.S95 move.d REG_STATE(mmu, rw_mm_cfg, we, on) \
96 | REG_STATE(mmu, rw_mm_cfg, acc, on) \
97 | REG_STATE(mmu, rw_mm_cfg, ex, on) \
98 | REG_STATE(mmu, rw_mm_cfg, inv, on) \
99 | REG_STATE(mmu, rw_mm_cfg, seg_f, page) \
100 | REG_STATE(mmu, rw_mm_cfg, seg_e, page) \
101 | REG_STATE(mmu, rw_mm_cfg, seg_d, linear) \
102 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \
103 | REG_STATE(mmu, rw_mm_cfg, seg_b, linear) \
104 | REG_STATE(mm
[all...]
/arch/cris/arch-v32/mach-a3/
H A Ddram_init.S34 move.d REG_STATE(ddr2, rw_phy_cfg, en, yes), $r1
44 move.d REG_STATE(ddr2, rw_phy_ctrl, rst, yes) | \
45 REG_STATE(ddr2, rw_phy_ctrl, cal_rst, yes), $r1
47 move.d REG_STATE(ddr2, rw_phy_ctrl, cal_start, yes), $r1
/arch/cris/include/arch-v32/arch/hwregs/asm/
H A Dirq_nmi_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Dstrcop_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Dconfig_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Dcris_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Dstrmux_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Data_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Dmmu_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Drt_trace_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Dtimer_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
/arch/cris/include/arch-v32/arch/hwregs/iop/asm/
H A Diop_version_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_fifo_in_extra_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_fifo_out_extra_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_scrc_in_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_scrc_out_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_crc_par_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_fifo_in_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_fifo_out_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/
H A Diop_version_defs_asm.h20 #ifndef REG_STATE
21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
H A Diop_sap_in_defs_asm.h20 #ifndef REG_STATE
21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
/arch/cris/include/arch-v32/mach-fs/mach/
H A Dstartup.inc54 or.d REG_STATE(config, rw_clk_ctrl, cpu, yes) | \
55 REG_STATE(config, rw_clk_ctrl, bif, yes) | \
56 REG_STATE(config, rw_clk_ctrl, fix_io, yes), $r0
/arch/cris/include/arch-v32/mach-a3/mach/
H A Dstartup.inc67 or.d REG_STATE(clkgen, rw_clk_ctrl, cpu, yes) | \
68 REG_STATE(clkgen, rw_clk_ctrl, ddr2, yes) | \
69 REG_STATE(clkgen, rw_clk_ctrl, memarb_bar_ddr, yes), $r0
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/
H A Dconfig_defs_asm.h23 #ifndef REG_STATE
24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro

Completed in 2239 milliseconds

123