Home
last modified time | relevance | path

Searched refs:tfa2_i2c_write_reg (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_init.c29 tfa2_i2c_write_reg(tfa->i2c, 0x00, 0xa245); // POR=0x8245 in tfa9894_init()
30 tfa2_i2c_write_reg(tfa->i2c, 0x01, 0x15da); // POR=0x11ca in tfa9894_init()
31 tfa2_i2c_write_reg(tfa->i2c, 0x02, 0x5288); // POR=0x55c8 in tfa9894_init()
32 tfa2_i2c_write_reg(tfa->i2c, 0x52, 0xbe17); // POR=0xb617 in tfa9894_init()
33 tfa2_i2c_write_reg(tfa->i2c, 0x53, 0x0dbe); // POR=0x0d9e in tfa9894_init()
34 tfa2_i2c_write_reg(tfa->i2c, 0x56, 0x05c3); // POR=0x07c3 in tfa9894_init()
35 tfa2_i2c_write_reg(tfa->i2c, 0x57, 0x0344); // POR=0x0366 in tfa9894_init()
36 tfa2_i2c_write_reg(tfa->i2c, 0x61, 0x0032); // POR=0x0073 in tfa9894_init()
37 tfa2_i2c_write_reg(tfa->i2c, 0x71, 0x00cf); // POR=0x018d in tfa9894_init()
38 tfa2_i2c_write_reg(tfa->i2c, 0x72, 0x34a9); // POR=0x44e8 in tfa9894_init()
[all …]
Dtfa2_dev.c851 error = tfa2_i2c_write_reg(tfa->i2c, TFA9XXX_BF_I2CR, value); in tfa2_dev_init()
1067 rc = tfa2_i2c_write_reg(i2c, cfctl_reg, cfctl); in tfa2_i2c_rpc_write()
1291 int tfa2_i2c_write_reg(struct i2c_client *client, uint8_t reg, uint16_t val) in tfa2_i2c_write_reg() function
1374 return tfa2_i2c_write_reg(client, (bitfield >> 8) & 0xff, newvalue); in tfa2_i2c_write_bf_internal()
1383 tfa2_i2c_write_reg(client, 0x0F, 0x5A6B); in tfa2_i2c_unlock()
1386 tfa2_i2c_write_reg(client, 0xA0, xor); in tfa2_i2c_unlock()
1780 rc = tfa2_i2c_write_reg(i2c, 0x0F, 0x5A6B); in tfa2_i2c_hap_key2()
1786 rc = tfa2_i2c_write_reg(i2c, addr, 0); /* lock */ in tfa2_i2c_hap_key2()
1790 rc = tfa2_i2c_write_reg(i2c, 0x0F, 0); in tfa2_i2c_hap_key2()
1796 rc = tfa2_i2c_write_reg(i2c, addr, 0x5A); /* unlock */ in tfa2_i2c_hap_key2()
Dtfa2_dev.h422 int tfa2_i2c_write_reg(struct i2c_client *client, uint8_t reg, uint16_t val);
Dtfa2_container.c516 rc = tfa2_i2c_write_reg(tfa->i2c, reg->address, value); in tfa2_dev_cnt_write_register()