Searched refs:i2c_reg_data (Results 1 – 1 of 1) sorted by relevance
205 unsigned int i2c_reg_data; in cs8409_i2c_read() local218 i2c_reg_data = (addr << 8) & 0x0ffff; in cs8409_i2c_read()219 cs8409_vendor_coef_set(codec, CS8409_I2C_QREAD, i2c_reg_data); in cs8409_i2c_read()245 unsigned int i2c_reg_data; in cs8409_i2c_bulk_read() local259 i2c_reg_data = (seq[i].addr << 8) & 0x0ffff; in cs8409_i2c_bulk_read()260 cs8409_vendor_coef_set(codec, CS8409_I2C_QREAD, i2c_reg_data); in cs8409_i2c_bulk_read()287 unsigned int i2c_reg_data; in cs8409_i2c_write() local300 i2c_reg_data = ((addr << 8) & 0x0ff00) | (value & 0x0ff); in cs8409_i2c_write()301 cs8409_vendor_coef_set(codec, CS8409_I2C_QWRITE, i2c_reg_data); in cs8409_i2c_write()326 unsigned int i2c_reg_data; in cs8409_i2c_bulk_write() local[all …]