Searched refs:i2c_reg_data (Results 1 – 2 of 2) sorted by relevance
201 unsigned int i2c_reg_data; in cs8409_i2c_read() local214 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() local258 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() local302 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[all …]
3392 uint16_t i2c_reg_data; // i2c register data, can be up to 16bit member