AK4113_PWN        115 sound/i2c/other/ak4113.c 	reg_write(chip, AK4113_REG_PWRDN, old & ~(AK4113_RST|AK4113_PWN));
AK4113_PWN        118 sound/i2c/other/ak4113.c 	reg_write(chip, AK4113_REG_PWRDN, (old | AK4113_RST) & ~AK4113_PWN);
AK4113_PWN        123 sound/i2c/other/ak4113.c 	reg_write(chip, AK4113_REG_PWRDN, old | AK4113_RST | AK4113_PWN);
AK4113_PWN        971 sound/pci/ice1712/quartet.c 		/* AK4113_REG_PWRDN */	AK4113_RST | AK4113_PWN |