Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.h464 int tfa2_dev_mtp_write(struct tfa2_device *tfa, uint16_t mtp_address, uint16_t mtp_value);
565 int tfa2_dev_mtp_write(struct tfa2_device *tfa, uint16_t mtp_address, uint16_t mtp_value);
576 uint16_t mtp_value,
577 … int (*f)(struct tfa2_device *tfa, uint16_t mtp_address, uint16_t mtp_value));
Dtfa2_dev.c1723 int tfa2_dev_mtp_write(struct tfa2_device *tfa, uint16_t mtp_address, uint16_t mtp_value) in tfa2_dev_mtp_write() argument
1732 mtp_data[mtp_address & 0x1] = mtp_value; in tfa2_dev_mtp_write()
1813 uint16_t mtp_old, mtp_new, mtp_value; in set_mtp() local
1847 mtp_value = value << pos; in set_mtp()
1848 mtp_new = (mtp_value & msk) | (mtp_old & ~msk); in set_mtp()