Lines Matching refs:inb
181 if ((inb(chip->port + 0x0C) & 0x80) == 0) { in snd_es18xx_dsp_command()
194 if (inb(chip->port + 0x0C) & 0x40) in snd_es18xx_dsp_get_byte()
195 return inb(chip->port + 0x0A); in snd_es18xx_dsp_get_byte()
197 chip->port + 0x0A, inb(chip->port + 0x0A)); in snd_es18xx_dsp_get_byte()
301 data = inb(chip->port + 0x05); in snd_es18xx_mixer_read()
317 old = inb(chip->port + 0x05); in snd_es18xx_mixer_bits()
338 old = inb(chip->port + 0x05); in snd_es18xx_mixer_writable()
341 new = inb(chip->port + 0x05); in snd_es18xx_mixer_writable()
355 inb(chip->port + 0x06); in snd_es18xx_reset()
357 for(i = 0; i < MILLISECOND && !(inb(chip->port + 0x0E) & 0x80); i++); in snd_es18xx_reset()
358 if (inb(chip->port + 0x0A) != 0xAA) in snd_es18xx_reset()
366 inb(chip->port + 0x06); in snd_es18xx_reset_fifo()
747 status = inb(chip->ctrl_port + 6); in snd_es18xx_interrupt()
755 if (inb(chip->port + 0x0C) & 0x01) in snd_es18xx_interrupt()
780 inb(chip->port + 0x0E); in snd_es18xx_interrupt()
1371 data = inb(chip->ctrl_port + 1); in snd_es18xx_config_read()
1585 hi = inb(chip->port + 0x05); in snd_es18xx_identify()
1587 lo = inb(chip->port + 0x05); in snd_es18xx_identify()
1590 chip->ctrl_port = inb(chip->port + 0x05) << 8; in snd_es18xx_identify()
1592 chip->ctrl_port += inb(chip->port + 0x05); in snd_es18xx_identify()