Lines Matching refs:inb
182 if ((inb(chip->port + 0x0C) & 0x80) == 0) { in snd_es18xx_dsp_command()
195 if (inb(chip->port + 0x0C) & 0x40) in snd_es18xx_dsp_get_byte()
196 return inb(chip->port + 0x0A); in snd_es18xx_dsp_get_byte()
198 chip->port + 0x0A, inb(chip->port + 0x0A)); in snd_es18xx_dsp_get_byte()
302 data = inb(chip->port + 0x05); in snd_es18xx_mixer_read()
318 old = inb(chip->port + 0x05); in snd_es18xx_mixer_bits()
339 old = inb(chip->port + 0x05); in snd_es18xx_mixer_writable()
342 new = inb(chip->port + 0x05); in snd_es18xx_mixer_writable()
356 inb(chip->port + 0x06); in snd_es18xx_reset()
358 for(i = 0; i < MILLISECOND && !(inb(chip->port + 0x0E) & 0x80); i++); in snd_es18xx_reset()
359 if (inb(chip->port + 0x0A) != 0xAA) in snd_es18xx_reset()
367 inb(chip->port + 0x06); in snd_es18xx_reset_fifo()
748 status = inb(chip->ctrl_port + 6); in snd_es18xx_interrupt()
756 if (inb(chip->port + 0x0C) & 0x01) in snd_es18xx_interrupt()
781 inb(chip->port + 0x0E); in snd_es18xx_interrupt()
1155 val = inb(chip->port + ES18XX_PM); in snd_es18xx_get_single()
1180 unsigned char cur = inb(chip->port + ES18XX_PM); in snd_es18xx_put_single()
1378 data = inb(chip->ctrl_port + 1); in snd_es18xx_config_read()
1592 hi = inb(chip->port + 0x05); in snd_es18xx_identify()
1594 lo = inb(chip->port + 0x05); in snd_es18xx_identify()
1597 chip->ctrl_port = inb(chip->port + 0x05) << 8; in snd_es18xx_identify()
1599 chip->ctrl_port += inb(chip->port + 0x05); in snd_es18xx_identify()