Searched refs:ES1688P (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/isa/es1688/ |
| H A D | es1688_lib.c | 29 if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) { in snd_es1688_dsp_command() 30 outb(val, ES1688P(chip, COMMAND)); in snd_es1688_dsp_command() 44 if (inb(ES1688P(chip, DATA_AVAIL)) & 0x80) in snd_es1688_dsp_get_byte() 45 return inb(ES1688P(chip, READ)); in snd_es1688_dsp_get_byte() 46 …snd_printd("es1688 get byte failed: 0x%lx = 0x%x!!!\n", ES1688P(chip, DATA_AVAIL), inb(ES1688P(chi… in snd_es1688_dsp_get_byte() 71 outb(reg, ES1688P(chip, MIXER_ADDR)); in snd_es1688_mixer_write() 73 outb(data, ES1688P(chip, MIXER_DATA)); in snd_es1688_mixer_write() 81 outb(reg, ES1688P(chip, MIXER_ADDR)); in snd_es1688_mixer_read() 83 result = inb(ES1688P(chip, MIXER_DATA)); in snd_es1688_mixer_read() 92 outb(3, ES1688P(chip, RESET)); /* valid only for ESS chips, SB -> 1 */ in snd_es1688_reset() [all …]
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gusextreme.c | 171 outb(gus->gf1.port & 0x040 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 173 outb(gus->gf1.port & 0x020 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 175 outb(gus->gf1.port & 0x010 ? 3 : 1, ES1688P(es1688, INIT1)); in snd_gusextreme_detect()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | es1688.h | 43 #define ES1688P(codec, x) ((codec)->port + e_s_s_ESS1688##x) macro
|