Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Ddiffconfig.py53 def print_config(op, config, value, new_value): argument
57 if new_value:
58 if new_value=="n":
61 print("CONFIG_%s=%s" % (config, new_value))
66 print("+%s %s" % (config, new_value))
68 print(" %s %s -> %s" % (config, value, new_value))
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c888 int tfa2_dev_set_swprofile(struct tfa2_device *tfa, unsigned short new_value) in tfa2_dev_set_swprofile() argument
893 tfa->profile = new_value; in tfa2_dev_set_swprofile()
896 tfa2_i2c_write_bf_volatile(tfa->i2c, tfa->bf_swprofil, new_value + 1); in tfa2_dev_set_swprofile()
909 int tfa2_dev_set_swvstep(struct tfa2_device *tfa, unsigned short new_value) in tfa2_dev_set_swvstep() argument
912 tfa->vstep = new_value; in tfa2_dev_set_swvstep()
915 tfa2_i2c_write_bf_volatile(tfa->i2c, tfa->bf_swvstep, new_value + 1); in tfa2_dev_set_swvstep()
917 return new_value; in tfa2_dev_set_swvstep()
Dtfa2_dev.h457 int tfa2_dev_set_swprofile(struct tfa2_device *tfa, uint16_t new_value);
459 int tfa2_dev_set_swvstep(struct tfa2_device *tfa, uint16_t new_value);