Searched refs:old_val (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/net/phy/ |
| A D | fixed.c | 31 u32 old_val[5]; in fixedphy_config() local 43 if (ofnode_read_u32_array(node, "fixed-link", old_val, in fixedphy_config() 44 ARRAY_SIZE(old_val))) { in fixedphy_config() 48 val = old_val[2]; in fixedphy_config() 70 priv->duplex = old_val[1]; in fixedphy_config() 71 priv->pause = old_val[3]; in fixedphy_config() 72 priv->asym_pause = old_val[4]; in fixedphy_config()
|
| /u-boot/test/common/ |
| A D | test_autoboot.c | 19 bool old_val; in check_for_input() local 28 old_val = autoboot_set_keyed(true); in check_for_input() 30 old_val = autoboot_set_keyed(old_val); in check_for_input()
|
| /u-boot/tools/binman/ |
| A D | elf_test.py | 251 old_val = elf.ELF_TOOLS 259 elf.ELF_TOOLS = old_val 280 old_val = elf.ELF_TOOLS 288 elf.ELF_TOOLS = old_val 317 old_val = elf.ELF_TOOLS 325 elf.ELF_TOOLS = old_val 341 old_val = elf.ELF_TOOLS 349 elf.ELF_TOOLS = old_val
|
| /u-boot/drivers/video/ |
| A D | tda19988.c | 258 u8 old_val, page = REG2PAGE(reg); in tda19988_register_set() local 264 old_val = dm_i2c_reg_read(priv->chip, REG2ADDR(reg)); in tda19988_register_set() 265 old_val |= val; in tda19988_register_set() 266 dm_i2c_reg_write(priv->chip, REG2ADDR(reg), old_val); in tda19988_register_set() 271 u8 old_val, page = REG2PAGE(reg); in tda19988_register_clear() local 277 old_val = dm_i2c_reg_read(priv->chip, REG2ADDR(reg)); in tda19988_register_clear() 278 old_val &= ~val; in tda19988_register_clear() 279 dm_i2c_reg_write(priv->chip, REG2ADDR(reg), old_val); in tda19988_register_clear()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | state.c | 395 bool old_val = state->autoboot_keyed; in autoboot_set_keyed() local 399 return old_val; in autoboot_set_keyed()
|
| /u-boot/drivers/memory/ |
| A D | stm32-fmc2-ebi.c | 670 u32 old_val, new_val, pcscntr; in stm32_fmc2_ebi_set_max_low_pulse() local 681 old_val = FIELD_GET(FMC2_PCSCNTR_CSCOUNT, pcscntr); in stm32_fmc2_ebi_set_max_low_pulse() 682 if (old_val && new_val > old_val) in stm32_fmc2_ebi_set_max_low_pulse()
|
| /u-boot/drivers/net/ |
| A D | fsl_enetc.c | 186 u32 old_val, val; in enetc_init_rgmii() local 188 old_val = val = enetc_read_port(priv, ENETC_PM_IF_MODE); in enetc_init_rgmii() 211 if (val == old_val) in enetc_init_rgmii()
|
| /u-boot/tools/ |
| A D | moveconfig.py | 636 old_val = line 645 if old_val[-2:] != '=y' and old_val[-2:] != '=m' and old_val != not_set: 652 return (ACTION_NO_CHANGE if old_val == new_val else ACTION_MOVE,
|
Completed in 24 milliseconds