Searched refs:hw20k2_i2c_read (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k2.c1520 static int hw20k2_i2c_read(struct hw *hw, u16 addr, u32 *datap) function
1626 if (hw20k2_i2c_read(hw, CS4382_MC1, &cs_read.mode_control_1))
1629 if (hw20k2_i2c_read(hw, CS4382_MC2, &cs_read.mode_control_2))
1632 if (hw20k2_i2c_read(hw, CS4382_MC3, &cs_read.mode_control_3))
1635 if (hw20k2_i2c_read(hw, CS4382_FC, &cs_read.filter_control))
1638 if (hw20k2_i2c_read(hw, CS4382_IC, &cs_read.invert_control))
1641 if (hw20k2_i2c_read(hw, CS4382_XC1, &cs_read.mix_control_P1))
1644 if (hw20k2_i2c_read(hw, CS4382_VCA1, &cs_read.vol_control_A1))
1647 if (hw20k2_i2c_read(hw, CS4382_VCB1, &cs_read.vol_control_B1))
1650 if (hw20k2_i2c_read(h
[all...]

Completed in 96 milliseconds