Searched defs:newval (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | bcm2835_sdhci.c | 104 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 D | symbol.c | 338 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 D | conf.c | 170 tristate oldval, newval; in conf_sym() local
|
| H A D | gconf.c | 809 tristate newval; in change_sym_value() local
|
| /rk3399_rockchip-uboot/env/ |
| H A D | flags.c | 499 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op, in env_flags_validate()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fdt.c | 755 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 D | dc2114x.c | 659 unsigned short newval; in write_srom() local
|