AK4114_REG_PWRDN  125 sound/i2c/other/ak4114.c 	unsigned char old = chip->regmap[AK4114_REG_PWRDN], reg;
AK4114_REG_PWRDN  128 sound/i2c/other/ak4114.c 	reg_write(chip, AK4114_REG_PWRDN, old & ~(AK4114_RST|AK4114_PWN));
AK4114_REG_PWRDN  131 sound/i2c/other/ak4114.c 	reg_write(chip, AK4114_REG_PWRDN, (old | AK4114_RST) & ~AK4114_PWN);
AK4114_REG_PWRDN  138 sound/i2c/other/ak4114.c 	reg_write(chip, AK4114_REG_PWRDN, old | AK4114_RST | AK4114_PWN);