sound/pci/es1938.c
1446
snd_es1938_write(chip, *s, *d);
sound/pci/es1938.c
387
snd_es1938_write(chip, ESS_CMD_DMATYPE, 2);
sound/pci/es1938.c
452
snd_es1938_write(chip, 0xA1, bits);
sound/pci/es1938.c
453
snd_es1938_write(chip, 0xA2, div0);
sound/pci/es1938.c
524
snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
sound/pci/es1938.c
577
snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
sound/pci/es1938.c
623
snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
sound/pci/es1938.c
624
snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
sound/pci/es1938.c
627
snd_es1938_write(chip, ESS_CMD_SETFORMAT2, u ? 0x51 : 0x71);
sound/pci/es1938.c
628
snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 0x90 |
sound/pci/es1938.c
708
snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
sound/pci/es1938.c
709
snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
sound/pci/es1938.c
712
snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x80 : 0x00);
sound/pci/es1938.c
713
snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x51 : 0x71);
sound/pci/es1938.c
714
snd_es1938_write(chip, ESS_CMD_SETFORMAT2,