Home
last modified time | relevance | path

Searched refs:gen_cnfg (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/dac/
Ddac_max22017.c35 uint16_t ao_cnfg, gen_cnfg; in max22017_channel_setup() local
76 ret = max22017_reg_read(parent, MAX22017_GEN_CNFG_OFF, &gen_cnfg); in max22017_channel_setup()
82 gen_cnfg |= FIELD_PREP(MAX22017_GEN_CNFG_OVC_CNFG, BIT(chan)); in max22017_channel_setup()
85 gen_cnfg |= FIELD_PREP(MAX22017_GEN_CNFG_OVC_SHDN_CNFG, BIT(chan)); in max22017_channel_setup()
89 ret = max22017_reg_write(parent, MAX22017_GEN_CNFG_OFF, gen_cnfg); in max22017_channel_setup()
155 uint16_t gen_cnfg = 0, gen_int_en = 0; in max22017_init() local
167 ret = max22017_reg_read(parent, MAX22017_GEN_CNFG_OFF, &gen_cnfg); in max22017_init()
178 gen_cnfg |= FIELD_PREP(MAX22017_GEN_CNFG_TMOUT_EN, 1) | in max22017_init()
183 ret = max22017_reg_write(parent, MAX22017_GEN_CNFG_OFF, gen_cnfg); in max22017_init()
/Zephyr-latest/drivers/mfd/
Dmfd_max22017.c280 uint16_t gen_cnfg = 0, gen_int_en = 0; in max22017_init() local
344 gen_cnfg |= FIELD_PREP(MAX22017_GEN_CNFG_CRC_EN, 1); in max22017_init()
353 ret = max22017_reg_write(dev, MAX22017_GEN_CNFG_OFF, gen_cnfg); in max22017_init()