snd_es1938_write  425 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMATYPE, 2);
snd_es1938_write  490 sound/pci/es1938.c 		snd_es1938_write(chip, 0xA1, bits);
snd_es1938_write  491 sound/pci/es1938.c 		snd_es1938_write(chip, 0xA2, div0);
snd_es1938_write  562 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
snd_es1938_write  615 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
snd_es1938_write  661 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
snd_es1938_write  662 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
snd_es1938_write  665 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_SETFORMAT2, u ? 0x51 : 0x71);
snd_es1938_write  666 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 0x90 | 
snd_es1938_write  746 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
snd_es1938_write  747 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
snd_es1938_write  750 sound/pci/es1938.c         snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x80 : 0x00);
snd_es1938_write  751 sound/pci/es1938.c         snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x51 : 0x71);
snd_es1938_write  752 sound/pci/es1938.c         snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 
snd_es1938_write 1531 sound/pci/es1938.c 			snd_es1938_write(chip, *s, *d);