Searched refs:new_value (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | diffconfig | 51 def print_config(op, config, value, new_value): argument 55 if new_value: 56 if new_value=="n": 59 print("CONFIG_%s=%s" % (config, new_value)) 64 print("+%s %s" % (config, new_value)) 66 print(" %s %s -> %s" % (config, value, new_value))
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dc2114x.c | 152 static int write_srom(struct eth_device *dev, u_long ioaddr, int index, int new_value); 655 static int write_srom(struct eth_device *dev, u_long ioaddr, int index, int new_value) in write_srom() argument 665 printf("Writing new entry 0x%4.4x to offset %d.\n", new_value, index); in write_srom() 673 (((SROM_WRITE_CMD<<ee_addr_size)|index) << 16) | new_value, in write_srom()
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | dtb_platdata.py | 324 new_value = [] 333 new_value += [addr, size] 334 reg.value = new_value
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 1240 new_value = tconfig.config.get(key) 1241 if new_value and value != new_value: 1242 desc = '%s -> %s' % (value, new_value)
|