Home
last modified time | relevance | path

Searched refs:i2c_reg_data (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/pci/hda/
Dpatch_cs8409.c201 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
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/include/
Datomfirmware.h3392 uint16_t i2c_reg_data; // i2c register data, can be up to 16bit member