Searched defs:newval (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/mmc/ |
A D | bcm2835_sdhci.c | 112 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local 126 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
|
A D | iproc_sdhci.c | 102 u32 oldval, newval; in sdhci_iproc_writew() local 138 u32 newval = (oldval & ~mask) | (val << byte_shift); in sdhci_iproc_writeb() local
|
/u-boot/scripts/kconfig/ |
A D | symbol.c | 323 struct symbol_value newval, oldval; in sym_calc_value() local 534 tristate oldval, newval; in sym_toggle_tristate_value() local 640 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
|
A D | conf.c | 165 tristate oldval, newval; in conf_sym() local
|
A D | gconf.c | 809 tristate newval; in change_sym_value() local
|
/u-boot/drivers/rtc/ |
A D | m41t62.c | 169 u8 val, newval, sqwrateval; in m41t62_sqw_set_rate() local
|
/u-boot/env/ |
A D | flags.c | 525 int env_flags_validate(const struct env_entry *item, const char *newval, in env_flags_validate()
|
/u-boot/cmd/ |
A D | fdt.c | 797 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop()
|
/u-boot/drivers/pci/ |
A D | pcie_imx.c | 775 u32 tmpval, newval; in imx_pcie_dm_write_config() local
|
Completed in 16 milliseconds