/linux-4.4.14/arch/cris/arch-v32/mm/ |
H A D | init.c | 50 mmu_config = ( REG_STATE(mmu, rw_mm_cfg, we, on) | cris_mmu_init() 51 REG_STATE(mmu, rw_mm_cfg, acc, on) | cris_mmu_init() 52 REG_STATE(mmu, rw_mm_cfg, ex, on) | cris_mmu_init() 53 REG_STATE(mmu, rw_mm_cfg, inv, on) | cris_mmu_init() 55 REG_STATE(mmu, rw_mm_cfg, seg_f, page) | cris_mmu_init() 56 REG_STATE(mmu, rw_mm_cfg, seg_e, page) | cris_mmu_init() 57 REG_STATE(mmu, rw_mm_cfg, seg_d, linear) | cris_mmu_init() 59 REG_STATE(mmu, rw_mm_cfg, seg_f, linear) | cris_mmu_init() 60 REG_STATE(mmu, rw_mm_cfg, seg_e, linear) | cris_mmu_init() 61 REG_STATE(mmu, rw_mm_cfg, seg_d, page) | cris_mmu_init() 63 REG_STATE(mmu, rw_mm_cfg, seg_c, linear) | cris_mmu_init() 64 REG_STATE(mmu, rw_mm_cfg, seg_b, linear) | cris_mmu_init() 65 REG_STATE(mmu, rw_mm_cfg, seg_a, page) | cris_mmu_init() 66 REG_STATE(mmu, rw_mm_cfg, seg_9, page) | cris_mmu_init() 67 REG_STATE(mmu, rw_mm_cfg, seg_8, page) | cris_mmu_init() 68 REG_STATE(mmu, rw_mm_cfg, seg_7, page) | cris_mmu_init() 69 REG_STATE(mmu, rw_mm_cfg, seg_6, page) | cris_mmu_init() 70 REG_STATE(mmu, rw_mm_cfg, seg_5, page) | cris_mmu_init() 71 REG_STATE(mmu, rw_mm_cfg, seg_4, page) | cris_mmu_init() 72 REG_STATE(mmu, rw_mm_cfg, seg_3, page) | cris_mmu_init() 73 REG_STATE(mmu, rw_mm_cfg, seg_2, page) | cris_mmu_init() 74 REG_STATE(mmu, rw_mm_cfg, seg_1, page) | cris_mmu_init() 75 REG_STATE(mmu, rw_mm_cfg, seg_0, page)); cris_mmu_init()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | head.S | 90 move.d REG_STATE(mmu, rw_mm_cfg, we, on) \ 91 | REG_STATE(mmu, rw_mm_cfg, acc, on) \ 92 | REG_STATE(mmu, rw_mm_cfg, ex, on) \ 93 | REG_STATE(mmu, rw_mm_cfg, inv, on) \ 94 | REG_STATE(mmu, rw_mm_cfg, seg_f, page) \ 95 | REG_STATE(mmu, rw_mm_cfg, seg_e, page) \ 96 | REG_STATE(mmu, rw_mm_cfg, seg_d, linear) \ 97 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \ 98 | REG_STATE(mmu, rw_mm_cfg, seg_b, linear) \ 99 | REG_STATE(mmu, rw_mm_cfg, seg_a, page) \ 100 | REG_STATE(mmu, rw_mm_cfg, seg_9, page) \ 101 | REG_STATE(mmu, rw_mm_cfg, seg_8, page) \ 102 | REG_STATE(mmu, rw_mm_cfg, seg_7, page) \ 103 | REG_STATE(mmu, rw_mm_cfg, seg_6, page) \ 104 | REG_STATE(mmu, rw_mm_cfg, seg_5, page) \ 105 | REG_STATE(mmu, rw_mm_cfg, seg_4, linear) \ 106 | REG_STATE(mmu, rw_mm_cfg, seg_3, page) \ 107 | REG_STATE(mmu, rw_mm_cfg, seg_2, page) \ 108 | REG_STATE(mmu, rw_mm_cfg, seg_1, page) \ 109 | REG_STATE(mmu, rw_mm_cfg, seg_0, linear), $r2 111 move.d REG_STATE(mmu, rw_mm_cfg, we, on) \ 112 | REG_STATE(mmu, rw_mm_cfg, acc, on) \ 113 | REG_STATE(mmu, rw_mm_cfg, ex, on) \ 114 | REG_STATE(mmu, rw_mm_cfg, inv, on) \ 115 | REG_STATE(mmu, rw_mm_cfg, seg_f, linear) \ 116 | REG_STATE(mmu, rw_mm_cfg, seg_e, linear) \ 117 | REG_STATE(mmu, rw_mm_cfg, seg_d, page) \ 118 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \ 119 | REG_STATE(mmu, rw_mm_cfg, seg_b, linear) \ 120 | REG_STATE(mmu, rw_mm_cfg, seg_a, page) \ 121 | REG_STATE(mmu, rw_mm_cfg, seg_9, page) \ 122 | REG_STATE(mmu, rw_mm_cfg, seg_8, page) \ 123 | REG_STATE(mmu, rw_mm_cfg, seg_7, page) \ 124 | REG_STATE(mmu, rw_mm_cfg, seg_6, page) \ 125 | REG_STATE(mmu, rw_mm_cfg, seg_5, page) \ 126 | REG_STATE(mmu, rw_mm_cfg, seg_4, linear) \ 127 | REG_STATE(mmu, rw_mm_cfg, seg_3, page) \ 128 | REG_STATE(mmu, rw_mm_cfg, seg_2, page) \ 129 | REG_STATE(mmu, rw_mm_cfg, seg_1, page) \ 130 | REG_STATE(mmu, rw_mm_cfg, seg_0, linear), $r2
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
H A D | dram_init.S | 34 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
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/asm/ |
H A D | irq_nmi_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | strcop_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | strmux_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | config_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | cris_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | rt_trace_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | ata_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | bif_slave_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | mmu_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | timer_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | marb_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro 330 #ifndef REG_STATE 331 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | bif_core_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | dma_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | gio_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | intr_vect_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | ser_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | bif_dma_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | eth_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | sser_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
H A D | iop_version_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_scrc_out_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_fifo_in_extra_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_fifo_out_extra_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_scrc_in_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_trigger_grp_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_crc_par_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_fifo_in_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_mpu_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sap_in_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_timer_grp_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_dmc_in_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_dmc_out_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_fifo_out_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sap_out_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_spu_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_spu_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_cfg_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_cpu_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_mpu_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
H A D | iop_version_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sap_in_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sap_out_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_spu_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_cfg_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_cpu_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | iop_sw_mpu_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/ |
H A D | clkgen_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | timer_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | ddr2_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | pio_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | pinmux_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | gio_defs_asm.h | 20 #ifndef REG_STATE 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/ |
H A D | config_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | timer_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | bif_core_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | gio_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
H A D | pinmux_defs_asm.h | 23 #ifndef REG_STATE 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ macro
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-efm32.c | 48 #define REG_STATE 0x08 macro 201 u32 state = efm32_i2c_read32(ddata, REG_STATE); efm32_i2c_irq() 276 efm32_i2c_read32(ddata, REG_STATE), efm32_i2c_master_xfer()
|