Searched refs:val_reg (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/pinctrl/intel/ |
D | pinctrl-baytrail.c | 757 void __iomem *val_reg = byt_gpio_reg(vg, offset, BYT_VAL_REG); in byt_gpio_set_direction() local 762 value = readl(val_reg); in byt_gpio_set_direction() 769 writel(value, val_reg); in byt_gpio_set_direction() 851 void __iomem *val_reg = byt_gpio_reg(vg, offset, BYT_VAL_REG); in byt_pin_config_get() local 858 val = readl(val_reg); in byt_pin_config_get() 1091 void __iomem *val_reg = byt_gpio_reg(vg, offset, BYT_VAL_REG); in byt_gpio_direction_input() local 1096 reg = readl(val_reg); in byt_gpio_direction_input() 1099 writel(reg, val_reg); in byt_gpio_direction_input() 1114 void __iomem *val_reg = byt_gpio_reg(vg, offset, BYT_VAL_REG); in byt_gpio_direction_output() local 1121 reg = readl(val_reg); in byt_gpio_direction_output() [all …]
|
/linux-6.12.1/arch/arm64/kernel/ |
D | hw_breakpoint.c | 229 int i, max_slots, ctrl_reg, val_reg, reg_enable; in hw_breakpoint_control() local 236 val_reg = AARCH64_DBG_REG_BVR; in hw_breakpoint_control() 243 val_reg = AARCH64_DBG_REG_WVR; in hw_breakpoint_control() 264 write_wb_reg(val_reg, i, info->address); in hw_breakpoint_control()
|
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_sched.c | 2844 u64 val_reg = addr_reg + 2; in queue_run_job() local 2853 (2ull << 56) | (val_reg << 48) | job->call_info.latest_flush, in queue_run_job() 2856 (36ull << 56) | (0ull << 48) | (val_reg << 40) | (0 << 16) | 0x233, in queue_run_job() 2862 (2ull << 56) | (val_reg << 48) | job->call_info.size, in queue_run_job() 2868 (32ull << 56) | (addr_reg << 40) | (val_reg << 32), in queue_run_job() 2874 (1ull << 56) | (val_reg << 48) | 1, in queue_run_job() 2880 (51ull << 56) | (0ull << 48) | (addr_reg << 40) | (val_reg << 32) | (0 << 16) | 1, in queue_run_job()
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 987 static void emit_insn_suffix(u8 **pprog, u32 ptr_reg, u32 val_reg, int off) in emit_insn_suffix() argument 998 EMIT2(add_2reg(0x40, ptr_reg, val_reg), off); in emit_insn_suffix() 1001 EMIT1_off32(add_2reg(0x80, ptr_reg, val_reg), off); in emit_insn_suffix() 1006 static void emit_insn_suffix_SIB(u8 **pprog, u32 ptr_reg, u32 val_reg, u32 index_reg, int off) in emit_insn_suffix_SIB() argument 1011 EMIT3(add_2reg(0x44, BPF_REG_0, val_reg), add_2reg(0, ptr_reg, index_reg) /* SIB */, off); in emit_insn_suffix_SIB() 1013 EMIT2_off32(add_2reg(0x84, BPF_REG_0, val_reg), add_2reg(0, ptr_reg, index_reg) /* SIB */, off); in emit_insn_suffix_SIB()
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 5500 struct bpf_reg_state *val_reg; in check_map_kptr_access() local 5524 val_reg = reg_state(env, value_regno); in check_map_kptr_access() 5531 val_reg = reg_state(env, value_regno); in check_map_kptr_access() 5532 if (!register_is_null(val_reg) && in check_map_kptr_access() 5533 map_kptr_match_type(env, kptr_field, val_reg, value_regno)) in check_map_kptr_access()
|