Searched refs:MIXER_ADDR (Results 1 – 5 of 5) sorted by relevance
/sound/oss/ |
D | sb.h | 8 #define MIXER_ADDR (devc->base + 0x4) macro
|
D | sb_ess.c | 980 outb(((unsigned char) (0x40 & 0xff)), MIXER_ADDR); in ess_identify() 1578 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); 1597 outb(((unsigned char) (port & 0xff)), MIXER_ADDR);
|
D | sb_common.c | 935 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); in sb_setmixer() 952 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); in sb_getmixer()
|
/sound/isa/sb/ |
D | sb_mixer.c | 33 outb(reg, SBP(chip, MIXER_ADDR)); in snd_sbmixer_write() 46 outb(reg, SBP(chip, MIXER_ADDR)); in snd_sbmixer_read()
|
/sound/isa/es1688/ |
D | es1688_lib.c | 86 outb(reg, ES1688P(chip, MIXER_ADDR)); in snd_es1688_mixer_write() 96 outb(reg, ES1688P(chip, MIXER_ADDR)); in snd_es1688_mixer_read()
|