Home
last modified time | relevance | path

Searched refs:dcvof (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
519 dcvof = rc; in tfa9912_vboost_fixup()
526 if (dcvof > TFA9912_VBOOST_MAX) in tfa9912_vboost_fixup()
529 dcvof = TFA9912_VBOOST_MAX; in tfa9912_vboost_fixup()
539 if (dcvof + cal_offset > TFA9912_CALIBR_BOOST_MAX) in tfa9912_vboost_fixup()
542 dcvof = TFA9912_CALIBR_BOOST_MAX - cal_offset; in tfa9912_vboost_fixup()
551 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9912_BF_DCVOF, dcvof); in tfa9912_vboost_fixup()