Lines Matching defs:twl6040_read
97 static unsigned int twl6040_read(struct snd_soc_component *component, unsigned int reg)
176 twl6040_read(component, TWL6040_REG_TRIM1);
177 twl6040_read(component, TWL6040_REG_TRIM2);
178 twl6040_read(component, TWL6040_REG_TRIM3);
179 twl6040_read(component, TWL6040_REG_HSOTRIM);
180 twl6040_read(component, TWL6040_REG_HFOTRIM);
205 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
206 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
233 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
234 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
279 status = twl6040_read(component, TWL6040_REG_STATUS);
331 val = twl6040_read(component, e->reg);
532 u8 val = twl6040_read(component, TWL6040_REG_HSLCTL);
557 return twl6040_read(component, TWL6040_REG_TRIM1 + trim);
962 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
963 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
964 earctl = twl6040_read(component, TWL6040_REG_EARCTL);
980 hflctl = twl6040_read(component, TWL6040_REG_HFLCTL);
981 hfrctl = twl6040_read(component, TWL6040_REG_HFRCTL);
1144 .read = twl6040_read,