Lines Matching defs:hpctl1
225 u16 hpctl1 = snd_soc_component_read(component, WM8900_REG_HPCTL1);
230 hpctl1 = WM8900_REG_HPCTL1_HP_CLAMP_IP |
232 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
237 hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_IP;
238 hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT |
241 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
246 hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_OP;
247 hpctl1 |= WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
248 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
251 hpctl1 &= ~WM8900_REG_HPCTL1_HP_SHORT2;
252 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
253 hpctl1 &= ~WM8900_REG_HPCTL1_HP_SHORT;
254 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
259 hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT;
260 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
263 hpctl1 &= ~WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
264 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
267 hpctl1 |= WM8900_REG_HPCTL1_HP_CLAMP_IP |
269 hpctl1 &= ~WM8900_REG_HPCTL1_HP_IPSTAGE_ENA;
270 snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);