/arch/arm/mach-artpec/ |
D | board-artpec6.c | 32 struct regmap *regmap; in artpec6_init_machine() local 34 regmap = syscon_regmap_lookup_by_compatible("axis,artpec6-syscon"); in artpec6_init_machine() 36 if (!IS_ERR(regmap)) { in artpec6_init_machine() 40 regmap_write(regmap, ARTPEC6_DMACFG_REGNUM, in artpec6_init_machine()
|
/arch/arm/boot/dts/samsung/ |
D | exynos-syscon-restart.dtsi | 9 regmap = <&pmu_system_controller>; 16 regmap = <&pmu_system_controller>;
|
/arch/parisc/net/ |
D | bpf_jit_comp32.c | 73 static const s8 regmap[][2] = { variable 179 const s8 *r0 = regmap[BPF_REG_0]; in __build_epilogue() 271 bpf_put_reg64(regmap[TMP_REG_R0], regmap[BPF_REG_0], ctx); in bpf_save_R0() 276 bpf_get_reg64(regmap[TMP_REG_R0], regmap[BPF_REG_0], ctx); in bpf_restore_R0() 424 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i64() 512 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i32() 567 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r64() 568 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_alu_r64() 635 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r32() 636 const s8 *tmp2 = regmap[TMP_REG_2]; in emit_alu_r32() [all …]
|
D | bpf_jit_comp64.c | 20 static const int regmap[] = { variable 64 u8 reg = regmap[bpf_reg]; in bpf_to_hppa_reg() 230 emit_hppa64_sext32(regmap[BPF_REG_0], HPPA_REG_RET0, ctx); in __build_epilogue() 350 const s8 arr_reg = regmap[BPF_REG_2]; in emit_bpf_tail_call() 351 const s8 idx_reg = regmap[BPF_REG_3]; in emit_bpf_tail_call() 469 emit_hppa_copy(regmap[BPF_REG_1], HPPA_REG_ARG0, ctx); in emit_call() 470 emit_hppa_copy(regmap[BPF_REG_2], HPPA_REG_ARG1, ctx); in emit_call() 471 emit_hppa_copy(regmap[BPF_REG_3], HPPA_REG_ARG2, ctx); in emit_call() 472 emit_hppa_copy(regmap[BPF_REG_4], HPPA_REG_ARG3, ctx); in emit_call() 473 emit_hppa_copy(regmap[BPF_REG_5], HPPA_REG_ARG4, ctx); in emit_call() [all …]
|
/arch/arm/mach-rockchip/ |
D | pm.c | 37 static struct regmap *pmu_regmap; 38 static struct regmap *sgrf_regmap; 39 static struct regmap *grf_regmap;
|
/arch/arm/mach-imx/ |
D | mach-imx6q.c | 84 struct regmap *gpr; in imx6q_1588_init() 138 struct regmap *gpr; in imx6q_axi_init()
|
D | mach-imx7ulp.c | 22 struct regmap *sim; in imx7ulp_set_revision()
|
D | mach-imx6sx.c | 18 struct regmap *gpr; in imx6sx_enet_clk_sel()
|
D | mach-imx6sl.c | 20 struct regmap *gpr; in imx6sl_fec_init()
|
D | mach-imx7d.c | 40 struct regmap *gpr; in imx7d_enet_clk_sel()
|
D | anatop.c | 35 static struct regmap *anatop;
|
/arch/arm/mach-alpine/ |
D | alpine_cpu_pm.c | 20 static struct regmap *al_sysfabric;
|
/arch/arm/mach-davinci/ |
D | da8xx.h | 79 struct regmap *da8xx_get_cfgchip(void);
|
/arch/arm/mach-versatile/ |
D | platsmp-realview.c | 39 struct regmap *map; in realview_smp_prepare_cpus()
|
D | integrator_cp.c | 24 static struct regmap *cm_map;
|
D | integrator_ap.c | 27 static struct regmap *ap_syscon_map;
|
/arch/arm64/boot/dts/apm/ |
D | apm-merlin.dts | 41 regmap = <&poweroff_mbox>;
|
D | apm-mustang.dts | 41 regmap = <&poweroff_mbox>;
|
D | apm-shadowcat.dtsi | 418 regmap = <&scu>; 448 regmap-csw = <&csw>; 449 regmap-mcba = <&mcba>; 450 regmap-mcbb = <&mcbb>; 451 regmap-efuse = <&efuse>; 521 regmap-csw = <&csw>; 522 regmap-mcba = <&mcba>; 523 regmap-mcbb = <&mcbb>;
|
D | apm-storm.dtsi | 456 regmap = <&scu>; 491 regmap-csw = <&csw>; 492 regmap-mcba = <&mcba>; 493 regmap-mcbb = <&mcbb>; 494 regmap-efuse = <&efuse>; 495 regmap-rb = <&rb>; 565 regmap-csw = <&csw>; 566 regmap-mcba = <&mcba>; 567 regmap-mcbb = <&mcbb>;
|
/arch/loongarch/net/ |
D | bpf_jit.c | 15 static const int regmap[] = { variable 137 emit_insn(ctx, addid, regmap[BPF_REG_FP], LOONGARCH_GPR_SP, bpf_stack_adjust); in build_prologue() 182 move_reg(ctx, LOONGARCH_GPR_A0, regmap[BPF_REG_0]); in __build_epilogue() 282 const u8 r0 = regmap[BPF_REG_0]; in emit_atomic() 283 const u8 src = regmap[insn->src_reg]; in emit_atomic() 284 const u8 dst = regmap[insn->dst_reg]; in emit_atomic() 460 const u8 src = regmap[insn->src_reg]; in build_insn() 461 const u8 dst = regmap[insn->dst_reg]; in build_insn() 845 move_reg(ctx, regmap[BPF_REG_0], LOONGARCH_GPR_A0); in build_insn()
|
/arch/mips/boot/dts/brcm/ |
D | bcm3368.dtsi | 71 regmap = <&periph_cntl>;
|
/arch/arm/mach-zynq/ |
D | slcr.c | 31 static struct regmap *zynq_slcr_regmap;
|
/arch/x86/include/asm/ |
D | intel_telemetry.h | 44 void __iomem *regmap; member
|
/arch/arm/boot/dts/mediatek/ |
D | mt8135.dtsi | 149 * regmap. Register 0x1000b000 is used by EINT. 154 mediatek,pctl-regmap = <&syscfg_pctl_a &syscfg_pctl_b>;
|