AK4117_REG_PWRDN  126 sound/i2c/other/ak4117.c 	unsigned char old = chip->regmap[AK4117_REG_PWRDN], reg;
AK4117_REG_PWRDN  131 sound/i2c/other/ak4117.c 	reg_write(chip, AK4117_REG_PWRDN, 0);
AK4117_REG_PWRDN  134 sound/i2c/other/ak4117.c 	reg_write(chip, AK4117_REG_PWRDN, (old | AK4117_RST) & ~AK4117_PWN);
AK4117_REG_PWRDN  139 sound/i2c/other/ak4117.c 	reg_write(chip, AK4117_REG_PWRDN, old | AK4117_RST | AK4117_PWN);