Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_init.c415 tfa2_i2c_write_bf(tfa->i2c, tfa->bf_openmtp, 0); in tfa9912_init()
707 tfa->bf_openmtp = 0x05c0; /* TFA9912_BF_SSFAIME */ in tfa2_dev_specific()
731 tfa->bf_openmtp = 0x05c0; /* TFA9872_BF_SSFAIME */ in tfa2_dev_specific()
Dtfa2_dev.c169 tfa->bf_openmtp = TFA9XXX_BF_OPENMTP; /* default 94N1A */ in tfa2_set_query_info()
970 return tfa2_i2c_write_bf_volatile(tfa->i2c, tfa->bf_openmtp, (uint16_t)(state)); in tfa2_dev_faim_protect()
1808 return tfa2_i2c_write_bf(tfa->i2c, tfa->bf_openmtp, state); in mtp_open()
1920 rc = tfa2_i2c_read_bf(tfa->i2c, tfa->bf_openmtp); in tfa2_dev_mtp_get()
Dtfa2_dev.h307 uint16_t bf_openmtp; /**< TFA9XXX_BF_OPENMTP overload */ member