• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/es1688/

Lines Matching refs:snd_es1688_write

64 static int snd_es1688_write(struct snd_es1688 *chip,
185 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */
186 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */
247 snd_es1688_write(chip, 0xb1, cfg | (irq_bits << 2));
261 snd_es1688_write(chip, 0xb2, cfg | (dma_bits << 2));
265 snd_es1688_write(chip, 0xb1, 0x10); /* disable IRQ */
266 snd_es1688_write(chip, 0xb2, 0x00); /* disable DMA */
313 snd_es1688_write(chip, 0xa1, bits);
314 snd_es1688_write(chip, 0xa2, divider);
339 snd_es1688_write(chip, 0xb8, (val & 0xf0) | value);
367 snd_es1688_write(chip, 0xb8, 4); /* auto init DMA mode */
368 snd_es1688_write(chip, 0xa8, (snd_es1688_read(chip, 0xa8) & ~0x03) | (3 - runtime->channels));
369 snd_es1688_write(chip, 0xb9, 2); /* demand mode (4 bytes/request) */
373 snd_es1688_write(chip, 0xb6, 0x80);
374 snd_es1688_write(chip, 0xb7, 0x51);
375 snd_es1688_write(chip, 0xb7, 0xd0);
378 snd_es1688_write(chip, 0xb6, 0x00);
379 snd_es1688_write(chip, 0xb7, 0x71);
380 snd_es1688_write(chip, 0xb7, 0xf4);
385 snd_es1688_write(chip, 0xb6, 0x80);
386 snd_es1688_write(chip, 0xb7, 0x51);
387 snd_es1688_write(chip, 0xb7, 0x98);
390 snd_es1688_write(chip, 0xb6, 0x00);
391 snd_es1688_write(chip, 0xb7, 0x71);
392 snd_es1688_write(chip, 0xb7, 0xbc);
395 snd_es1688_write(chip, 0xb1, (snd_es1688_read(chip, 0xb1) & 0x0f) | 0x50);
396 snd_es1688_write(chip, 0xb2, (snd_es1688_read(chip, 0xb2) & 0x0f) | 0x50);
403 snd_es1688_write(chip, 0xa4, (unsigned char) count);
404 snd_es1688_write(chip, 0xa5, (unsigned char) (count >> 8));
429 snd_es1688_write(chip, 0xb8, 0x0e); /* auto init DMA mode */
430 snd_es1688_write(chip, 0xa8, (snd_es1688_read(chip, 0xa8) & ~0x03) | (3 - runtime->channels));
431 snd_es1688_write(chip, 0xb9, 2); /* demand mode (4 bytes/request) */
435 snd_es1688_write(chip, 0xb7, 0x51);
436 snd_es1688_write(chip, 0xb7, 0xd0);
439 snd_es1688_write(chip, 0xb7, 0x71);
440 snd_es1688_write(chip, 0xb7, 0xf4);
445 snd_es1688_write(chip, 0xb7, 0x51);
446 snd_es1688_write(chip, 0xb7, 0x98);
449 snd_es1688_write(chip, 0xb7, 0x71);
450 snd_es1688_write(chip, 0xb7, 0xbc);
453 snd_es1688_write(chip, 0xb1, (snd_es1688_read(chip, 0xb1) & 0x0f) | 0x50);
454 snd_es1688_write(chip, 0xb2, (snd_es1688_read(chip, 0xb2) & 0x0f) | 0x50);
460 snd_es1688_write(chip, 0xa4, (unsigned char) count);
461 snd_es1688_write(chip, 0xa5, (unsigned char) (count >> 8));
924 snd_es1688_write(chip, left_reg, val1);
928 snd_es1688_write(chip, right_reg, val1);
941 snd_es1688_write(chip, left_reg, val1);
1005 snd_es1688_write(chip, reg, val);