hpctl1            225 sound/soc/codecs/wm8900.c 	u16 hpctl1 = snd_soc_component_read32(component, WM8900_REG_HPCTL1);
hpctl1            230 sound/soc/codecs/wm8900.c 		hpctl1 = WM8900_REG_HPCTL1_HP_CLAMP_IP |
hpctl1            232 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            237 sound/soc/codecs/wm8900.c 		hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_IP;
hpctl1            238 sound/soc/codecs/wm8900.c 		hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT |
hpctl1            241 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            246 sound/soc/codecs/wm8900.c 		hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_OP;
hpctl1            247 sound/soc/codecs/wm8900.c 		hpctl1 |= WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
hpctl1            248 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            251 sound/soc/codecs/wm8900.c 		hpctl1 &= ~WM8900_REG_HPCTL1_HP_SHORT2;
hpctl1            252 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            253 sound/soc/codecs/wm8900.c 		hpctl1 &= ~WM8900_REG_HPCTL1_HP_SHORT;
hpctl1            254 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            259 sound/soc/codecs/wm8900.c 		hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT;
hpctl1            260 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            263 sound/soc/codecs/wm8900.c 		hpctl1 &= ~WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
hpctl1            264 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);
hpctl1            267 sound/soc/codecs/wm8900.c 		hpctl1 |= WM8900_REG_HPCTL1_HP_CLAMP_IP |
hpctl1            269 sound/soc/codecs/wm8900.c 		hpctl1 &= ~WM8900_REG_HPCTL1_HP_IPSTAGE_ENA;
hpctl1            270 sound/soc/codecs/wm8900.c 		snd_soc_component_write(component, WM8900_REG_HPCTL1, hpctl1);