hsrctl            202 sound/soc/codecs/twl6040.c 	int hslctl, hsrctl;
hsrctl            206 sound/soc/codecs/twl6040.c 	hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
hsrctl            210 sound/soc/codecs/twl6040.c 		hsrctl &= ~mask;
hsrctl            213 sound/soc/codecs/twl6040.c 		hsrctl |= mask;
hsrctl            217 sound/soc/codecs/twl6040.c 	twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl);
hsrctl            226 sound/soc/codecs/twl6040.c 	u8 hslctl, hsrctl;
hsrctl            234 sound/soc/codecs/twl6040.c 	hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
hsrctl            237 sound/soc/codecs/twl6040.c 		hsrctl |= TWL6040_HSDACENA;
hsrctl            240 sound/soc/codecs/twl6040.c 		hsrctl &= ~TWL6040_HSDACENA;
hsrctl            243 sound/soc/codecs/twl6040.c 	twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl);
hsrctl            957 sound/soc/codecs/twl6040.c 	int hslctl, hsrctl, earctl;
hsrctl            963 sound/soc/codecs/twl6040.c 		hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
hsrctl            970 sound/soc/codecs/twl6040.c 			hsrctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA);
hsrctl            976 sound/soc/codecs/twl6040.c 		twl6040_reg_write(twl6040, TWL6040_REG_HSRCTL, hsrctl);