AK4113_REG_PWRDN  112 sound/i2c/other/ak4113.c 	unsigned char old = chip->regmap[AK4113_REG_PWRDN], reg;
AK4113_REG_PWRDN  115 sound/i2c/other/ak4113.c 	reg_write(chip, AK4113_REG_PWRDN, old & ~(AK4113_RST|AK4113_PWN));
AK4113_REG_PWRDN  118 sound/i2c/other/ak4113.c 	reg_write(chip, AK4113_REG_PWRDN, (old | AK4113_RST) & ~AK4113_PWN);
AK4113_REG_PWRDN  123 sound/i2c/other/ak4113.c 	reg_write(chip, AK4113_REG_PWRDN, old | AK4113_RST | AK4113_PWN);