Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1226 uint16_t tfa2_i2c_get_bf_value(const uint16_t bf, const uint16_t reg_value) in tfa2_i2c_get_bf_value() function
1348 return tfa2_i2c_get_bf_value(bitfield, value); /* extract the value */ in tfa2_i2c_read_bf()
1947 rc = tfa2_i2c_get_bf_value(TFA9XXX_BF_MTPOTC, value); in tfa2_dev_mtp_get()
1952 rc = tfa2_i2c_get_bf_value(TFA9XXX_BF_MTPEX, value); in tfa2_dev_mtp_get()
1957 rc = tfa2_i2c_get_bf_value(tfa->bf_r25c, value); in tfa2_dev_mtp_get()
1962 rc = tfa2_i2c_get_bf_value(TFA9XXX_BF_CUSTINFO, value); in tfa2_dev_mtp_get()
2405 if (tfa2_i2c_get_bf_value(TFA9XXX_BF_ACS, status[0])) in tfa2_dev_status()
2410 if (tfa2_i2c_get_bf_value(TFA9XXX_BF_WDS, status[0])) in tfa2_dev_status()
2418 if (tfa2_i2c_get_bf_value(TFA9XXX_BF_SPKS, status[0])) in tfa2_dev_status()
Dtfa2_dev.h408 uint16_t tfa2_i2c_get_bf_value(const uint16_t bf, const uint16_t reg_value);