hslctl            202 sound/soc/codecs/twl6040.c 	int hslctl, hsrctl;
hslctl            205 sound/soc/codecs/twl6040.c 	hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
hslctl            209 sound/soc/codecs/twl6040.c 		hslctl &= ~mask;
hslctl            212 sound/soc/codecs/twl6040.c 		hslctl |= mask;
hslctl            216 sound/soc/codecs/twl6040.c 	twl6040_write(component, TWL6040_REG_HSLCTL, hslctl);
hslctl            226 sound/soc/codecs/twl6040.c 	u8 hslctl, hsrctl;
hslctl            233 sound/soc/codecs/twl6040.c 	hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
hslctl            236 sound/soc/codecs/twl6040.c 		hslctl |= TWL6040_HSDACENA;
hslctl            239 sound/soc/codecs/twl6040.c 		hslctl &= ~TWL6040_HSDACENA;
hslctl            242 sound/soc/codecs/twl6040.c 	twl6040_write(component, TWL6040_REG_HSLCTL, hslctl);
hslctl            957 sound/soc/codecs/twl6040.c 	int hslctl, hsrctl, earctl;
hslctl            962 sound/soc/codecs/twl6040.c 		hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
hslctl            969 sound/soc/codecs/twl6040.c 			hslctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA);
hslctl            975 sound/soc/codecs/twl6040.c 		twl6040_reg_write(twl6040, TWL6040_REG_HSLCTL, hslctl);