Searched refs:hslctl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtwl6040.c343 int hslctl, hsrctl; local
346 hslctl = twl6040_read_reg_cache(codec, TWL6040_REG_HSLCTL);
350 hslctl &= ~mask;
353 hslctl |= mask;
357 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl);

Completed in 28 milliseconds