Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_init.c507 int dcvof, dcvos; in tfa9912_vboost_fixup() local
523 dcvos = rc; in tfa9912_vboost_fixup()
532 if (dcvos > TFA9912_VBOOST_MAX) in tfa9912_vboost_fixup()
535 dcvos = TFA9912_VBOOST_MAX; in tfa9912_vboost_fixup()
545 if (dcvos + cal_offset > TFA9912_CALIBR_BOOST_MAX) in tfa9912_vboost_fixup()
548 dcvos = TFA9912_CALIBR_BOOST_MAX - cal_offset; in tfa9912_vboost_fixup()
554 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9912_BF_DCVOS, dcvos); in tfa9912_vboost_fixup()