AK4117_REG_PWRDN  110 sound/i2c/other/ak4117.c 	unsigned char old = chip->regmap[AK4117_REG_PWRDN], reg;
AK4117_REG_PWRDN  115 sound/i2c/other/ak4117.c 	reg_write(chip, AK4117_REG_PWRDN, 0);
AK4117_REG_PWRDN  118 sound/i2c/other/ak4117.c 	reg_write(chip, AK4117_REG_PWRDN, (old | AK4117_RST) & ~AK4117_PWN);
AK4117_REG_PWRDN  123 sound/i2c/other/ak4117.c 	reg_write(chip, AK4117_REG_PWRDN, old | AK4117_RST | AK4117_PWN);