snd_es1938_write  398 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMATYPE, 2);
snd_es1938_write  463 sound/pci/es1938.c 		snd_es1938_write(chip, 0xA1, bits);
snd_es1938_write  464 sound/pci/es1938.c 		snd_es1938_write(chip, 0xA2, div0);
snd_es1938_write  535 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
snd_es1938_write  588 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
snd_es1938_write  634 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
snd_es1938_write  635 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
snd_es1938_write  638 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_SETFORMAT2, u ? 0x51 : 0x71);
snd_es1938_write  639 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 0x90 | 
snd_es1938_write  719 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
snd_es1938_write  720 sound/pci/es1938.c 	snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
snd_es1938_write  723 sound/pci/es1938.c         snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x80 : 0x00);
snd_es1938_write  724 sound/pci/es1938.c         snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x51 : 0x71);
snd_es1938_write  725 sound/pci/es1938.c         snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 
snd_es1938_write 1498 sound/pci/es1938.c 			snd_es1938_write(chip, *s, *d);