Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dbcm2835_sdhci.c104 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local
118 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c338 struct symbol_value newval, oldval; in sym_calc_value() local
560 tristate oldval, newval; in sym_toggle_tristate_value() local
666 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
H A Dconf.c170 tristate oldval, newval; in conf_sym() local
H A Dgconf.c809 tristate newval; in change_sym_value() local
/rk3399_rockchip-uboot/env/
H A Dflags.c499 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op, in env_flags_validate()
/rk3399_rockchip-uboot/cmd/
H A Dfdt.c755 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop()
/rk3399_rockchip-uboot/drivers/net/
H A Ddc2114x.c659 unsigned short newval; in write_srom() local