Searched refs:cs_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/pci/ctxfi/ |
H A D | cthw20k2.c | 1606 struct regs_cs4382 cs_read = {0}; in hw_dac_init() local 1657 if (hw20k2_i2c_read(hw, CS4382_MC1, &cs_read.mode_control_1)) in hw_dac_init() 1660 if (hw20k2_i2c_read(hw, CS4382_MC2, &cs_read.mode_control_2)) in hw_dac_init() 1663 if (hw20k2_i2c_read(hw, CS4382_MC3, &cs_read.mode_control_3)) in hw_dac_init() 1666 if (hw20k2_i2c_read(hw, CS4382_FC, &cs_read.filter_control)) in hw_dac_init() 1669 if (hw20k2_i2c_read(hw, CS4382_IC, &cs_read.invert_control)) in hw_dac_init() 1672 if (hw20k2_i2c_read(hw, CS4382_XC1, &cs_read.mix_control_P1)) in hw_dac_init() 1675 if (hw20k2_i2c_read(hw, CS4382_VCA1, &cs_read.vol_control_A1)) in hw_dac_init() 1678 if (hw20k2_i2c_read(hw, CS4382_VCB1, &cs_read.vol_control_B1)) in hw_dac_init() 1681 if (hw20k2_i2c_read(hw, CS4382_XC2, &cs_read.mix_control_P2)) in hw_dac_init() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | cs4231a.c | 363 static uint64_t cs_read (void *opaque, hwaddr addr, unsigned size) in cs_read() function 652 .read = cs_read,
|