Searched refs:pec_en (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 672 u8 len, u8 block_en, u8 pec_en, bool read) in mlxbf_i2c_smbus_enable() argument 686 command |= rol32(pec_en, MLXBF_I2C_MASTER_SEND_PEC_SHIFT); in mlxbf_i2c_smbus_enable() 715 u8 read_en, write_en, block_en, pec_en; in mlxbf_i2c_smbus_start_transaction() local 730 pec_en = 0; in mlxbf_i2c_smbus_start_transaction() 763 pec_en = flags & MLXBF_I2C_F_SMBUS_PEC; in mlxbf_i2c_smbus_start_transaction() 803 pec_en, 0); in mlxbf_i2c_smbus_start_transaction() 813 pec_en, 1); in mlxbf_i2c_smbus_start_transaction() 1865 u8 write_size, pec_en, addr, byte, value, byte_cnt, desc_size; in mlxbf_smbus_irq_send() local 1943 pec_en = 0; /* Disable PEC since it is not supported. */ in mlxbf_smbus_irq_send() 1948 control32 |= rol32(pec_en, MLXBF_I2C_SLAVE_SEND_PEC_SHIFT); in mlxbf_smbus_irq_send()
|