Searched refs:CS4231_PLAYBK_FORMAT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A Dwss_lib.c521 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (pdfr & 0x0f)) { /* rate is same? */
524 chip->image[CS4231_PLAYBK_FORMAT] = pdfr;
525 snd_wss_out(chip, CS4231_PLAYBK_FORMAT,
526 chip->image[CS4231_PLAYBK_FORMAT]);
546 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0));
560 chip->image[CS4231_PLAYBK_FORMAT] = pdfr;
562 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr);
582 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (cdfr & 0x0f) || /* rate is same? */
618 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr);
620 snd_wss_out(chip, CS4231_PLAYBK_FORMAT,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs4231-regs.h44 #define CS4231_PLAYBK_FORMAT 0x08 /* clock and data format - playback - bits 7-0 MCE */ macro
108 /* definitions for clock and data format register - CS4231_PLAYBK_FORMAT */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Dcs4231.c611 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT,
636 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT,
637 ((chip->image[CS4231_PLAYBK_FORMAT]) & 0xf0) |
661 return chip->image[CS4231_PLAYBK_FORMAT] & 1 ? 9969 : 9920;
748 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT,
749 chip->image[CS4231_PLAYBK_FORMAT]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/cs423x/
H A Dcs4236_lib.c193 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr & 0xf0);

Completed in 101 milliseconds