Lines Matching refs:i2c_reg_data
201 unsigned int i2c_reg_data; in cs8409_i2c_read() local
214 i2c_reg_data = (addr << 8) & 0x0ffff; in cs8409_i2c_read()
215 cs8409_vendor_coef_set(codec, CS8409_I2C_QREAD, i2c_reg_data); in cs8409_i2c_read()
244 unsigned int i2c_reg_data; in cs8409_i2c_bulk_read() local
258 i2c_reg_data = (seq[i].addr << 8) & 0x0ffff; in cs8409_i2c_bulk_read()
259 cs8409_vendor_coef_set(codec, CS8409_I2C_QREAD, i2c_reg_data); in cs8409_i2c_bulk_read()
289 unsigned int i2c_reg_data; in cs8409_i2c_write() local
302 i2c_reg_data = ((addr << 8) & 0x0ff00) | (value & 0x0ff); in cs8409_i2c_write()
303 cs8409_vendor_coef_set(codec, CS8409_I2C_QWRITE, i2c_reg_data); in cs8409_i2c_write()
330 unsigned int i2c_reg_data; in cs8409_i2c_bulk_write() local
344 i2c_reg_data = ((seq[i].addr << 8) & 0x0ff00) | (seq[i].value & 0x0ff); in cs8409_i2c_bulk_write()
345 cs8409_vendor_coef_set(codec, CS8409_I2C_QWRITE, i2c_reg_data); in cs8409_i2c_bulk_write()