FLUSH             579 sound/i2c/l3/uda1341.c 	return snd_uda1341_update_bits(clnt, reg, mask, shift, val, FLUSH);
FLUSH             637 sound/i2c/l3/uda1341.c 	return snd_uda1341_update_bits(clnt, reg, mask, shift, uda->cfg[where], FLUSH);
FLUSH             717 sound/i2c/l3/uda1341.c 	snd_uda1341_update_bits(clnt, reg_1, mask_1, shift_1, val1, FLUSH);
FLUSH             718 sound/i2c/l3/uda1341.c 	return snd_uda1341_update_bits(clnt, reg_2, mask_2, shift_2, val2, FLUSH);
FLUSH             845 sound/i2c/l3/uda1341.c 		return snd_uda1341_cfg_write(clnt, cmd, (int) arg, FLUSH);
FLUSH             858 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_FS, F256, FLUSH);       // unknown state after reset
FLUSH             859 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_FORMAT, LSB16, FLUSH);  // unknown state after reset
FLUSH             860 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_OGAIN, ON, FLUSH);      // default off after reset
FLUSH             861 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_IGAIN, ON, FLUSH);      // default off after reset
FLUSH             862 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_DAC, ON, FLUSH);	// ??? default value after reset
FLUSH             863 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_ADC, ON, FLUSH);	// ??? default value after reset
FLUSH             864 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_VOLUME, 20, FLUSH);     // default 0dB after reset
FLUSH             871 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_FILTER, MAX, FLUSH);    // defaul flat after reset
FLUSH             872 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_CH1, 31, FLUSH);        // default value after reset
FLUSH             873 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_CH2, 4, FLUSH);         // default value after reset
FLUSH             874 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_MIC, 4, FLUSH);         // default 0dB after reset
FLUSH             875 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_MIXER, MIXER, FLUSH);   // default doub.dif.mode          
FLUSH             876 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_AGC, OFF, FLUSH);       // default value after reset
FLUSH             877 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_IG, 0, FLUSH);          // unknown state after reset
FLUSH             878 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_AGC_TIME, 0, FLUSH);    // default value after reset
FLUSH             879 sound/i2c/l3/uda1341.c 	snd_uda1341_cfg_write(clnt, CMD_AGC_LEVEL, 0, FLUSH);   // default value after reset
FLUSH             185 sound/ppc/pmac.c 	out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16);
FLUSH             422 sound/ppc/pmac.c 	out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
FLUSH             746 sound/ppc/pmac.c 	out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
FLUSH             748 sound/ppc/pmac.c 	out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);