Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dbcm2835_sdhci.c112 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 Diproc_sdhci.c102 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 Dsymbol.c323 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 Dconf.c165 tristate oldval, newval; in conf_sym() local
A Dgconf.c809 tristate newval; in change_sym_value() local
/u-boot/drivers/rtc/
A Dm41t62.c169 u8 val, newval, sqwrateval; in m41t62_sqw_set_rate() local
/u-boot/env/
A Dflags.c525 int env_flags_validate(const struct env_entry *item, const char *newval, in env_flags_validate()
/u-boot/cmd/
A Dfdt.c797 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop()
/u-boot/drivers/pci/
A Dpcie_imx.c775 u32 tmpval, newval; in imx_pcie_dm_write_config() local

Completed in 16 milliseconds