Home
last modified time | relevance | path

Searched defs:newval (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c86 uint32_t oldval, newval, val, addr, cpsr, *host_addr; in arm_kernel_cmpxchg32_helper() local
124 uint64_t oldval, newval, val; in arm_kernel_cmpxchg64_helper() local
/openbmc/qemu/tests/tcg/arm/
H A Dcommpage.c47 const int64_t oldval = 1, newval = 2; in main() local
/openbmc/qemu/system/
H A Drunstate-hmp-cmds.c47 bool newval; in hmp_one_insn_per_tb() local
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c110 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local
124 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
/openbmc/qemu/hw/misc/
H A Dmsf2-sysreg.c65 uint32_t newval = val; in msf2_sysreg_write() local
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c518 uint32_t newval; in helper_mtc0_mvpcontrol() local
537 uint32_t newval; in helper_mtc0_vpecontrol() local
558 uint32_t newval; in helper_mttc0_vpecontrol() local
588 uint32_t newval; in helper_mtc0_vpeconf0() local
608 uint32_t newval; in helper_mttc0_vpeconf0() local
620 uint32_t newval; in helper_mtc0_vpeconf1() local
669 uint32_t newval; in helper_mtc0_tcstatus() local
693 uint32_t newval; in helper_mtc0_tcbind() local
706 uint32_t newval; in helper_mttc0_tcbind() local
/openbmc/qemu/tests/qtest/
H A Daspeed_fsi-test.c87 static void test_fsi_reg_change(QTestState *s, uint32_t reg, uint32_t newval) in test_fsi_reg_change()
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c359 struct symbol_value newval, oldval; in sym_calc_value() local
570 tristate oldval, newval; in sym_toggle_tristate_value() local
676 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
H A Dconf.c166 tristate oldval, newval; in conf_sym() local
H A Dgconf.c809 tristate newval; in change_sym_value() local
/openbmc/u-boot/env/
H A Dflags.c498 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op, in env_flags_validate()
/openbmc/u-boot/cmd/
H A Dfdt.c796 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop()
/openbmc/qemu/disas/
H A Dm68k.c1551 int newval = 0; in print_insn_arg() local
1589 int newval = 0; in print_insn_arg() local
/openbmc/u-boot/drivers/net/
H A Ddc2114x.c656 unsigned short newval; in write_srom() local
/openbmc/qemu/hw/alpha/
H A Dtyphoon.c310 uint64_t oldval, newval; in cchip_write() local
/openbmc/qemu/target/arm/
H A Dmachine.c776 uint32_t newval = val; in get_cpsr() local
H A Dhelper.c133 uint64_t newval; in write_cpustate_to_list() local
/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c263 static void gicr_write_vpendbaser(GICv3CPUState *cs, uint64_t newval) in gicr_write_vpendbaser()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c54 #define set_field(data, newval, field) do { \ argument
H A Dhcd-ohci.c112 #define OHCI_SET_BM(val, field, newval) do { \ argument
H A Dhcd-ehci.c89 #define set_field(data, newval, field) do { \ argument
H A Dhcd-xhci.c219 #define set_field(data, newval, field) do { \ argument
/openbmc/qemu/target/riscv/
H A Dcsr.c3960 target_ulong newval = (env->mstatus & ~mask) | (val & mask); in write_sstatus() local