cs4281_write_codec  183 dev/pci/cs4281.c int cs4281_write_codec(void *, u_int8_t, u_int16_t);
cs4281_write_codec  370 dev/pci/cs4281.c 	sc->host_if.write  = cs4281_write_codec;
cs4281_write_codec  995 dev/pci/cs4281.c 	cs4281_write_codec(sc, AC97_REG_HEADPHONE_VOLUME, 0);
cs4281_write_codec  996 dev/pci/cs4281.c 	cs4281_write_codec(sc, AC97_REG_MASTER_VOLUME, 0);
cs4281_write_codec 1000 dev/pci/cs4281.c 	cs4281_write_codec(sc, AC97_REG_POWER, data &= 0xfdff);
cs4281_write_codec 1014 dev/pci/cs4281.c 	cs4281_write_codec(sc, AC97_REG_POWER, data &= 0xfeff);
cs4281_write_codec 1163 dev/pci/cs4281.c 		cs4281_write_codec(sc, AC97_REG_POWER, CS4281_POWER_DOWN_ALL);
cs4281_write_codec 1178 dev/pci/cs4281.c 			cs4281_write_codec(sc, 2*i, sc->ac97_reg[i>>1]);