Lines Matching defs:twl6040_write
159 static int twl6040_write(struct snd_soc_component *component,
184 twl6040_write(component, TWL6040_REG_MICLCTL, 0x18);
185 twl6040_write(component, TWL6040_REG_MICRCTL, 0x18);
192 twl6040_write(component, TWL6040_REG_HSGAIN, 0xff);
193 twl6040_write(component, TWL6040_REG_EARCTL, 0x1e);
194 twl6040_write(component, TWL6040_REG_HFLGAIN, 0x1d);
195 twl6040_write(component, TWL6040_REG_HFRGAIN, 0x1d);
196 twl6040_write(component, TWL6040_REG_LINEGAIN, 0);
216 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl);
217 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl);
242 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl);
243 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl);
845 twl6040_write(component, TWL6040_REG_GPOCTL, 0x02);
1145 .write = twl6040_write,