Searched refs:tfa2_i2c_write_bf (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_dev.c | 292 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_RST, 1); in tfa2_dev_start_cf() 329 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_RST, 0); in tfa2_dev_start_cf() 512 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_RST, 1); in tfa2_dev_force_cold() 529 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_I2CR, 1); /*this will also stop the PLL */ in tfa2_dev_force_cold() 532 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_IPOVDDS, 0); /* low */ in tfa2_dev_force_cold() 533 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_IPOVDDS, 1); /* high */ in tfa2_dev_force_cold() 626 tfa2_i2c_write_bf(tfa->i2c, tfa->bf_manaoosc, 0 /*1*/); /* 1 = off */ in tfa2_dev_set_state() 637 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_AMPC, 0); in tfa2_dev_set_state() 638 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_AMPE, 0); in tfa2_dev_set_state() 647 tfa2_i2c_write_bf(tfa->i2c, tfa->bf_manaoosc, 0 /*1*/); /* 1 = off */ in tfa2_dev_set_state() [all …]
|
| D | tfa2_init.c | 99 tfa2_i2c_write_bf(tfa->i2c, tfa->bf_lpm1mode, 1); in tfa9894_tfa_mtp_write_wrapper() 102 tfa2_i2c_write_bf(tfa->i2c, 0x470, 1); in tfa9894_tfa_mtp_write_wrapper() 103 tfa2_i2c_write_bf(tfa->i2c, 0x1f0, 1); in tfa9894_tfa_mtp_write_wrapper() 113 tfa2_i2c_write_bf(tfa->i2c, 0x470, save_bit1); in tfa9894_tfa_mtp_write_wrapper() 114 tfa2_i2c_write_bf(tfa->i2c, 0x1f0, save_bit2); in tfa9894_tfa_mtp_write_wrapper() 115 tfa2_i2c_write_bf(tfa->i2c, tfa->bf_lpm1mode, lpm1mode); in tfa9894_tfa_mtp_write_wrapper() 187 rc = tfa2_i2c_write_bf(tfa->i2c, bypass_ovp, 1); in tfa9872_init() 415 tfa2_i2c_write_bf(tfa->i2c, tfa->bf_openmtp, 0); in tfa9912_init() 551 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9912_BF_DCVOF, dcvof); in tfa9912_vboost_fixup() 554 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9912_BF_DCVOS, dcvos); in tfa9912_vboost_fixup() [all …]
|
| D | tfa2_haptic.c | 449 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_RST, 0); in tfa2_hap_recalc() 485 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_RST, 1); in tfa2_hap_recalc()
|
| D | tfa2_dev.h | 399 int tfa2_i2c_write_bf(struct i2c_client *client, uint16_t bitfield, uint16_t value);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/ |
| D | fsl_tfa9xxx.c | 311 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_PWDN, 0); in TFA9XXX_PreStartConfigure() 482 rc = tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_CMTPI, 1); in TFA9XXX_HardcodeCalibrationValue()
|