AK4114_REG_PWRDN  137 sound/i2c/other/ak4114.c 	unsigned char old = chip->regmap[AK4114_REG_PWRDN], reg;
AK4114_REG_PWRDN  140 sound/i2c/other/ak4114.c 	reg_write(chip, AK4114_REG_PWRDN, old & ~(AK4114_RST|AK4114_PWN));
AK4114_REG_PWRDN  143 sound/i2c/other/ak4114.c 	reg_write(chip, AK4114_REG_PWRDN, (old | AK4114_RST) & ~AK4114_PWN);
AK4114_REG_PWRDN  150 sound/i2c/other/ak4114.c 	reg_write(chip, AK4114_REG_PWRDN, old | AK4114_RST | AK4114_PWN);