Lines Matching refs:inb
165 clear = ~clear & inb(ctlr_port); in waveartist_set_ctlr()
178 old_ctlr = inb(ctlr_port) & ~IRQ_ACK; in waveartist_iack()
205 if (inb(hw->io_base + STATR) & CMD_RF) { in waveartist_reset()
244 if (inb(io_base + STATR) & CMD_RF) { in waveartist_cmd()
262 if (inb(io_base + STATR) & CMD_WE) in waveartist_cmd()
275 if (inb(io_base + STATR) & CMD_RF) in waveartist_cmd()
613 inb(devc->hw.io_base + CTLR)); in waveartist_prepare_for_input()
615 inb(devc->hw.io_base + STATR)); in waveartist_prepare_for_input()
617 inb(devc->hw.io_base + IRQSTAT)); in waveartist_prepare_for_input()
663 printk("WA CTLR reg: 0x%02X.\n",inb(devc->hw.io_base + CTLR)); in waveartist_prepare_for_output()
664 printk("WA STAT reg: 0x%02X.\n",inb(devc->hw.io_base + STATR)); in waveartist_prepare_for_output()
665 printk("WA IRQS reg: 0x%02X.\n",inb(devc->hw.io_base + IRQSTAT)); in waveartist_prepare_for_output()
708 if (inb(devc->hw.io_base + STATR) & IRQ_REQ) in waveartist_halt_input()
733 if (inb(devc->hw.io_base + STATR) & IRQ_REQ) in waveartist_halt_output()
855 irqstatus = inb(devc->hw.io_base + IRQSTAT); in waveartist_intr()
856 status = inb(devc->hw.io_base + STATR); in waveartist_intr()
1544 while (volume && (inb(0x201) & 0x01)) in vnc_volume_slider()
1763 temp = inb(0x201); in vnc_slider()