inb                27 arch/x86/boot/a20.c 		status = inb(0x64);
inb                31 arch/x86/boot/a20.c 			(void)inb(0x60);
inb               107 arch/x86/boot/a20.c 	port_a = inb(0x92);	/* Configuration port A */
inb               129 arch/x86/boot/video-vga.c 	return (inb(0x3cc) & 1) ? 0x3d4 : 0x3b4;
inb               146 arch/x86/boot/video-vga.c 	csel = inb(0x3cc);
inb               133 arch/x86/boot/video.h 	return inb(port+1);
inb               466 arch/x86/kernel/acpi/boot.c 	old = inb(0x4d0) | (inb(0x4d1) << 8);
inb                28 arch/x86/kernel/acpi/realmode/wakemain.c 	inb(0x61);		/* Dummy read of System Control Port B */
inb               194 arch/x86/kernel/cpu/cpufreq/longhaul.c 			inb(cx_address);
inb               212 arch/x86/kernel/cpu/cpufreq/longhaul.c 		inb(cx_address);
inb               231 arch/x86/kernel/cpu/cpufreq/longhaul.c 			inb(cx_address);
inb               283 arch/x86/kernel/cpu/cpufreq/longhaul.c 	pic2_mask = inb(0xA1);
inb               284 arch/x86/kernel/cpu/cpufreq/longhaul.c 	pic1_mask = inb(0x21);	/* works on C3. save mask. */
inb               106 arch/x86/kernel/cpu/cpufreq/speedstep-ich.c 	value = inb(pmbase + 0x50);
inb               117 arch/x86/kernel/cpu/cpufreq/speedstep-ich.c 	pm2_blk = inb(pmbase + 0x20);
inb               129 arch/x86/kernel/cpu/cpufreq/speedstep-ich.c 	value = inb(pmbase + 0x50);
inb               130 arch/x86/kernel/early-quirks.c 		outb(0x72, 0xcd6); b = inb(0xcd7);
inb                90 arch/x86/kernel/early_printk.c 	while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
inb               149 arch/x86/kernel/early_printk.c 	c = inb(early_serial_base + LCR);
inb               103 arch/x86/kernel/i8259.c 		ret = inb(PIC_MASTER_CMD) & mask;
inb               105 arch/x86/kernel/i8259.c 		ret = inb(PIC_SLAVE_CMD) & (mask >> 8);
inb               133 arch/x86/kernel/i8259.c 		value = inb(PIC_MASTER_CMD) & irqmask;
inb               138 arch/x86/kernel/i8259.c 	value = inb(PIC_SLAVE_CMD) & (irqmask >> 8);
inb               176 arch/x86/kernel/i8259.c 		inb(PIC_SLAVE_IMR);	/* DUMMY - (do we need this?) */
inb               183 arch/x86/kernel/i8259.c 		inb(PIC_MASTER_IMR);	/* DUMMY - (do we need this?) */
inb               235 arch/x86/kernel/i8259.c 	trigger[0] = inb(0x4d0) & 0xF8;
inb               236 arch/x86/kernel/i8259.c 	trigger[1] = inb(0x4d1) & 0xDE;
inb               947 arch/x86/kernel/io_apic_32.c 		return (inb(port) >> (irq & 7)) & 1;
inb              1585 arch/x86/kernel/io_apic_32.c 	v = inb(0xa1) << 8 | inb(0x21);
inb              1588 arch/x86/kernel/io_apic_32.c 	v = inb(0xa0) << 8 | inb(0x20);
inb              1593 arch/x86/kernel/io_apic_32.c 	v = inb(0xa0) << 8 | inb(0x20);
inb              1601 arch/x86/kernel/io_apic_32.c 	v = inb(0x4d1) << 8 | inb(0x4d0);
inb              1330 arch/x86/kernel/io_apic_64.c 	v = inb(0xa1) << 8 | inb(0x21);
inb              1333 arch/x86/kernel/io_apic_64.c 	v = inb(0xa0) << 8 | inb(0x20);
inb              1338 arch/x86/kernel/io_apic_64.c 	v = inb(0xa0) << 8 | inb(0x20);
inb              1346 arch/x86/kernel/io_apic_64.c 	v = inb(0x4d1) << 8 | inb(0x4d0);
inb               415 arch/x86/kernel/mpparse.c 	return (inb(port) >> (irq & 7)) & 1;
inb                57 arch/x86/kernel/olpc.c 	return !!(inb(port) & 0x02);
inb                62 arch/x86/kernel/olpc.c 	return inb(port) & 0x01;
inb               123 arch/x86/kernel/olpc.c 		inb(0x68);
inb               176 arch/x86/kernel/olpc.c 			outbuf[i] = inb(0x68);
inb               396 arch/x86/kernel/quirks.c 	outb(0x72, 0xcd6); b = inb(0xcd7);
inb               399 arch/x86/kernel/quirks.c 	outb(0x72, 0xcd6); b = inb(0xcd7);
inb               352 arch/x86/kernel/reboot.c 		if ((inb(0x64) & 0x02) == 0)
inb               152 arch/x86/kernel/rtc.c 	val = inb(RTC_PORT(1));
inb                90 arch/x86/kernel/time_32.c 		inb(PIC_MASTER_POLL);
inb               185 arch/x86/kernel/tsc.c 	outb((inb(0x61) & ~0x02) | 0x01, 0x61);
inb               201 arch/x86/kernel/tsc.c 	while ((inb(0x61) & 0x20) == 0) {
inb               271 arch/x86/kernel/tsc.c 		inb(0x42);
inb               272 arch/x86/kernel/tsc.c 		if (inb(0x42) != val)
inb               290 arch/x86/kernel/tsc.c 	outb((inb(0x61) & ~0x02) | 0x01, 0x61);
inb               594 arch/x86/kernel/visws_quirks.c 	realirq = inb(0x20);
inb               606 arch/x86/kernel/visws_quirks.c 		realirq = inb(0xa0);
inb               617 arch/x86/kernel/visws_quirks.c 		inb(0xa1);
inb               622 arch/x86/kernel/visws_quirks.c 		inb(0x21);
inb                82 arch/x86/mach-voyager/setup.c 		__u16 catbase = inb(VOYAGER_SSPB_RELOCATION_PORT) << 8;
inb                86 arch/x86/mach-voyager/setup.c 		tom = ((inb(catbase + 0x4) & 0xf0) << 16)
inb                87 arch/x86/mach-voyager/setup.c 		    + ((inb(catbase + 0x5) & 0x7f) << 24);
inb                89 arch/x86/mach-voyager/setup.c 		if (inb(catbase) != VOYAGER_DINO) {
inb                96 arch/x86/mach-voyager/voyager_basic.c 	return inb(0x76);
inb               185 arch/x86/mach-voyager/voyager_basic.c 		val |= inb(0x40) << 8;
inb               220 arch/x86/mach-voyager/voyager_basic.c 		outb((inb(VOYAGER_MC_SETUP) & 0xf0) | 0x8, VOYAGER_MC_SETUP);
inb               223 arch/x86/mach-voyager/voyager_basic.c 		port = (inb(VOYAGER_SSPB_RELOCATION_PORT) << 8) + 0x21;
inb               225 arch/x86/mach-voyager/voyager_basic.c 		outb(inb(port) | 0x1, port);
inb               263 arch/x86/mach-voyager/voyager_basic.c 		__u16 catbase = inb(VOYAGER_SSPB_RELOCATION_PORT) << 8;
inb               264 arch/x86/mach-voyager/voyager_basic.c 		__u8 basebd = inb(VOYAGER_MC_SETUP);
inb               282 arch/x86/mach-voyager/voyager_basic.c 	__u8 dumpval __maybe_unused = inb(0xf823);
inb               283 arch/x86/mach-voyager/voyager_basic.c 	__u8 swnmi __maybe_unused = inb(0xf813);
inb               246 arch/x86/mach-voyager/voyager_cat.c 		if (inb(CAT_DATA) != VOYAGER_CAT_HEADER) {
inb               296 arch/x86/mach-voyager/voyager_cat.c 		*value = inb(CAT_DATA);
inb               298 arch/x86/mach-voyager/voyager_cat.c 		if (inb(CAT_DATA) != VOYAGER_CAT_HEADER) {
inb               327 arch/x86/mach-voyager/voyager_cat.c 			string[sbytes + i] = inb(CAT_DATA);
inb               332 arch/x86/mach-voyager/voyager_cat.c 			string[i] = inb(CAT_DATA);
inb               374 arch/x86/mach-voyager/voyager_cat.c 		input = inb(CAT_DATA);
inb               398 arch/x86/mach-voyager/voyager_cat.c 		if (inb(CAT_DATA) != VOYAGER_CAT_HEADER) {
inb               619 arch/x86/mach-voyager/voyager_cat.c 	sspb = inb(VOYAGER_SSPB_RELOCATION_PORT) * 0x100;
inb               623 arch/x86/mach-voyager/voyager_cat.c 	if ((inb(VIC_PROC_WHO_AM_I) & EIGHT_SLOT_IDENTIFIER)
inb               646 arch/x86/mach-voyager/voyager_cat.c 		input = inb(CAT_DATA);
inb               145 arch/x86/mach-voyager/voyager_smp.c 	__u8 cpumask = inb(VIC_PROC_WHO_AM_I);
inb               250 arch/x86/mach-voyager/voyager_smp.c 	isr = inb(0xa0) << 8;
inb               252 arch/x86/mach-voyager/voyager_smp.c 	isr |= inb(0x20);
inb               401 arch/x86/mach-voyager/voyager_smp.c 	outb(inb(VOYAGER_SUS_IN_CONTROL_PORT) | VOYAGER_IN_CONTROL_FLAG,
inb              1084 arch/x86/mach-voyager/voyager_smp.c 	__u8 cpumask = inb(VIC_PROC_WHO_AM_I);
inb              1697 arch/x86/mach-voyager/voyager_smp.c 		imr = (inb(0xa1) << 8) | inb(0x21);
inb              1699 arch/x86/mach-voyager/voyager_smp.c 		irr = inb(0xa0) << 8;
inb              1701 arch/x86/mach-voyager/voyager_smp.c 		irr |= inb(0x20);
inb              1703 arch/x86/mach-voyager/voyager_smp.c 		isr = inb(0xa0) << 8;
inb              1705 arch/x86/mach-voyager/voyager_smp.c 		isr |= inb(0x20);
inb                36 arch/x86/pci/direct.c 		*value = inb(0xCFC + (reg & 3));
inb               118 arch/x86/pci/direct.c 		*value = inb(PCI_CONF2_ADDRESS(dev, reg));
inb               250 arch/x86/pci/direct.c 	if (inb(0xCF8) == 0x00 && inb(0xCFA) == 0x00 &&
inb                24 arch/x86/pci/early.c 	v = inb(0xcfc + (offset&3));
inb               534 arch/x86/pci/fixup.c 		val = inb(0xCD7);
inb               168 arch/x86/pci/irq.c 	val = inb(port);
inb               470 arch/x86/pci/irq.c 	return inb(0xc01) & 0xf;
inb               517 arch/x86/pci/irq.c 	return ((pirq - 1) & 1) ? (inb(0x26) >> 4) : (inb(0x26) & 0xf);
inb               525 arch/x86/pci/irq.c 	x = inb(0x26);
inb                57 arch/x86/pci/numaq_32.c 			*value = inb(0xCFC + (reg & 3));
inb               325 fs/cifs/smbdes.c 	char *inb;  /* inb[64]  */
inb               333 fs/cifs/smbdes.c 	inb  = outb + 64;
inb               334 fs/cifs/smbdes.c 	keyb = inb +  64;
inb               339 fs/cifs/smbdes.c 		inb[i] = (in[i / 8] & (1 << (7 - (i % 8)))) ? 1 : 0;
inb               344 fs/cifs/smbdes.c 	dohash(outb, inb, keyb, forw);
inb               173 include/asm-frv/io.h #define inb_p(addr)	inb(addr)
inb               214 include/asm-m68k/floppy.h 			st=inb(virtual_dma_port+4) & 0xa0 ;
inb               225 include/asm-m68k/floppy.h 		st = inb(virtual_dma_port+4);
inb               113 include/asm-mn10300/io.h #define inb_p(addr)	inb(addr)
inb               125 include/asm-mn10300/io.h 			u8 x = inb(addr);
inb                27 include/asm-mn10300/unit-asb2303/smc91111.h #define SMC_inb(a, r)		inb((unsigned long) ((a) + (r)))
inb                16 include/asm-parisc/dma.h #define dma_inb		inb
inb               206 include/asm-parisc/io.h #define inb_p inb
inb               221 include/asm-parisc/io.h extern unsigned char inb(int addr);
inb               172 include/asm-parisc/pci.h 	  u8 (*inb)  (struct pci_hba_data *hba, u16 port);
inb                21 include/asm-x86/dma.h #define dma_inb		inb
inb                80 include/asm-x86/floppy.h 			st = inb(virtual_dma_port + 4) & 0xa0;
inb                90 include/asm-x86/floppy.h 		st = inb(virtual_dma_port + 4);
inb                37 include/asm-x86/i8259.h 	unsigned char value = inb(port);
inb                23 include/asm-x86/mach-default/mach_timer.h 	outb((inb(0x61) & ~0x02) | 0x01, 0x61);
inb                12 include/asm-x86/mach-default/mach_traps.h 	return inb(0x61);
inb                24 include/asm-x86/mach-default/mach_traps.h 	inb(0x71);		/* dummy */
inb                26 include/asm-x86/mach-default/mach_traps.h 	inb(0x71);		/* dummy */
inb               114 include/asm-x86/mca_dma.h 	addr = inb(MCA_DMA_REG_EXE);
inb               115 include/asm-x86/mca_dma.h 	addr |= inb(MCA_DMA_REG_EXE) << 8;
inb               116 include/asm-x86/mca_dma.h 	addr |= inb(MCA_DMA_REG_EXE) << 16;
inb               152 include/asm-x86/mca_dma.h 	count = 1 + inb(MCA_DMA_REG_EXE);
inb               153 include/asm-x86/mca_dma.h 	count += inb(MCA_DMA_REG_EXE) << 8;
inb                23 include/asm-x86/processor-cyrix.h 	return inb(0x23);
inb                32 include/asm-x86/processor-cyrix.h #define getCx86_old(reg) ({ outb((reg), 0x22); inb(0x23); })
inb               144 include/asm-xtensa/io.h #define inb_p(port)		inb((port))
inb               108 include/linux/com20020.h #define ASTATUS()	inb(_STATUS)
inb               109 include/linux/com20020.h #define ADIAGSTATUS()	inb(_DIAGSTAT)
inb               189 include/linux/gameport.h 		return inb(gameport->io);
inb                72 include/linux/parport_pc.h 	unsigned char val = inb (DATA (p));
inb                84 include/linux/parport_pc.h 	unsigned char ecr = inb (ECONTROL (p));
inb                85 include/linux/parport_pc.h 	unsigned char dcr = inb (CONTROL (p));
inb                86 include/linux/parport_pc.h 	unsigned char dsr = inb (STATUS (p));
inb                99 include/linux/parport_pc.h 		dcr = i ? priv->ctr : inb (CONTROL (p));
inb               212 include/linux/parport_pc.h 	return inb(STATUS(p));
inb               188 include/linux/scc.h #define Inb(port)	inb(port)
inb                72 include/linux/svga.h 	inb(0x3DA);
inb               470 include/sound/gus.h 	return inb(GUSP(gus, MIDISTAT));
inb               480 include/sound/gus.h 	return inb(GUSP(gus, MIDIDATA));
inb               280 include/sound/sb.h 	inb(SBP(chip, DATA_AVAIL));
inb               285 include/sound/sb.h 	inb(SBP(chip, DATA_AVAIL_16));
inb                73 lib/iomap.c    	IO_COND(addr, return inb(port), return readb(addr));
inb                67 sound/drivers/mpu401/mpu401_uart.c 	return inb(addr);
inb               228 sound/drivers/mtpav.c 		rval = inb(chip->port + SREG);
inb               231 sound/drivers/mtpav.c 		rval = inb(chip->port + CREG);
inb                78 sound/drivers/opl3/opl3_lib.c 	inb(opl3->l_port);
inb                79 sound/drivers/opl3/opl3_lib.c 	inb(opl3->l_port);
inb                82 sound/drivers/opl3/opl3_lib.c 	inb(opl3->l_port);
inb                83 sound/drivers/opl3/opl3_lib.c 	inb(opl3->l_port);
inb               107 sound/drivers/opl3/opl3_lib.c 	signature = stat1 = inb(opl3->l_port);	/* Status register */
inb               119 sound/drivers/opl3/opl3_lib.c 	stat2 = inb(opl3->l_port);
inb               303 sound/drivers/opl3/opl3_lib.c 	status = inb(opl3->l_port);
inb                33 sound/drivers/opl4/opl4_lib.c 	while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)
inb                54 sound/drivers/opl4/opl4_lib.c 	return inb(opl4->pcm_port + 1);
inb               114 sound/drivers/opl4/opl4_lib.c 	inb(opl4->fm_port);
inb               115 sound/drivers/opl4/opl4_lib.c 	inb(opl4->fm_port);
inb               117 sound/drivers/opl4/opl4_lib.c 	inb(opl4->fm_port);
inb               118 sound/drivers/opl4/opl4_lib.c 	inb(opl4->fm_port);
inb               478 sound/drivers/opl4/opl4_synth.c 	while ((inb(opl4->fm_port) & OPL4_STATUS_LOAD) && --timeout > 0)
inb               142 sound/drivers/pcsp/pcsp_lib.c 	chip->val61 = inb(0x61) | 0x03;
inb               218 sound/drivers/serial-u16550.c 	while ((status = inb(uart->base + UART_LSR)) & UART_LSR_DR) {
inb               220 sound/drivers/serial-u16550.c 		c = inb(uart->base + UART_RX);
inb               259 sound/drivers/serial-u16550.c 		status = inb(uart->base + UART_MSR);
inb               263 sound/drivers/serial-u16550.c 		       status = inb(uart->base + UART_MSR);
inb               306 sound/drivers/serial-u16550.c 	inb(uart->base + UART_IIR);
inb               351 sound/drivers/serial-u16550.c 	c = inb(io_base + UART_IER);
inb               358 sound/drivers/serial-u16550.c 	c = inb(io_base + UART_SCR);
inb               365 sound/drivers/serial-u16550.c 	c = inb(io_base + UART_SCR);
inb               394 sound/drivers/serial-u16550.c 	if ((inb(uart->base + UART_IIR) & 0xf0) == 0xc0)
inb               397 sound/drivers/serial-u16550.c 		uart->old_line_ctrl_reg = inb(uart->base + UART_LCR);
inb               400 sound/drivers/serial-u16550.c 		uart->old_divisor_lsb = inb(uart->base + UART_DLL);
inb               401 sound/drivers/serial-u16550.c 		uart->old_divisor_msb = inb(uart->base + UART_DLM);
inb               460 sound/drivers/serial-u16550.c 	inb(uart->base + UART_LSR);	/* Clear any pre-existing overrun indication */
inb               461 sound/drivers/serial-u16550.c 	inb(uart->base + UART_IIR);	/* Clear any pre-existing transmit interrupt */
inb               462 sound/drivers/serial-u16550.c 	inb(uart->base + UART_RX);	/* Clear any pre-existing receive interrupt */
inb               500 sound/drivers/serial-u16550.c 	inb(uart->base + UART_IIR);	/* Clear any outstanding interrupts */
inb               620 sound/drivers/serial-u16550.c 		 && (inb(uart->base + UART_MSR) & UART_MSR_CTS)))) { /* CTS? */
inb               623 sound/drivers/serial-u16550.c 		if ((inb(uart->base + UART_LSR) & UART_LSR_THRE) != 0) {
inb                37 sound/isa/ad1816a/ad1816a_lib.c 		if (inb(AD1816A_REG(AD1816A_CHIP_STATUS)) & AD1816A_READY)
inb                47 sound/isa/ad1816a/ad1816a_lib.c 	return inb(AD1816A_REG(reg));
inb               157 sound/isa/azt2320.c 		if (!(inb(port + 0x0c) & 0x80)) {
inb               134 sound/isa/cs423x/cs4236_lib.c 	return inb(chip->cport + 4);
inb               306 sound/isa/cs423x/cs4236_lib.c 			snd_printk("CD%i = 0x%x\n", idx, inb(chip->cport + idx));
inb                43 sound/isa/es1688/es1688_lib.c 		if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) {
inb                58 sound/isa/es1688/es1688_lib.c 		if (inb(ES1688P(chip, DATA_AVAIL)) & 0x80)
inb                59 sound/isa/es1688/es1688_lib.c 			return inb(ES1688P(chip, READ));
inb                60 sound/isa/es1688/es1688_lib.c 	snd_printd("es1688 get byte failed: 0x%lx = 0x%x!!!\n", ES1688P(chip, DATA_AVAIL), inb(ES1688P(chip, DATA_AVAIL)));
inb                97 sound/isa/es1688/es1688_lib.c 	result = inb(ES1688P(chip, MIXER_DATA));
inb               110 sound/isa/es1688/es1688_lib.c 	for (i = 0; i < 1000 && !(inb(ES1688P(chip, DATA_AVAIL)) & 0x80); i++);
inb               111 sound/isa/es1688/es1688_lib.c 	if (inb(ES1688P(chip, READ)) != 0xaa) {
inb               130 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               131 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               132 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               133 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE2));	/* ENABLE2 */
inb               134 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               135 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE2));	/* ENABLE2 */
inb               136 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               137 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               138 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE2));	/* ENABLE2 */
inb               139 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE1));	/* ENABLE1 */
inb               140 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, ENABLE0));	/* ENABLE0 */
inb               143 sound/isa/es1688/es1688_lib.c 		snd_printdd("ESS: [0x%lx] reset failed... 0x%x\n", chip->port, inb(ES1688P(chip, READ)));
inb               150 sound/isa/es1688/es1688_lib.c 		if (inb(ES1688P(chip, DATA_AVAIL)) & 0x80) {
inb               152 sound/isa/es1688/es1688_lib.c 				major = inb(ES1688P(chip, READ));
inb               154 sound/isa/es1688/es1688_lib.c 				minor = inb(ES1688P(chip, READ));
inb               490 sound/isa/es1688/es1688_lib.c 	inb(ES1688P(chip, DATA_AVAIL));	/* ack interrupt */
inb               192 sound/isa/es18xx.c                 if ((inb(chip->port + 0x0C) & 0x80) == 0) {
inb               205 sound/isa/es18xx.c                 if (inb(chip->port + 0x0C) & 0x40)
inb               206 sound/isa/es18xx.c                         return inb(chip->port + 0x0A);
inb               208 sound/isa/es18xx.c 		   chip->port + 0x0A, inb(chip->port + 0x0A));
inb               312 sound/isa/es18xx.c 	data = inb(chip->port + 0x05);
inb               328 sound/isa/es18xx.c 	old = inb(chip->port + 0x05);
inb               349 sound/isa/es18xx.c 	old = inb(chip->port + 0x05);
inb               352 sound/isa/es18xx.c 	new = inb(chip->port + 0x05);
inb               366 sound/isa/es18xx.c         inb(chip->port + 0x06);
inb               368 sound/isa/es18xx.c         for(i = 0; i < MILLISECOND && !(inb(chip->port + 0x0E) & 0x80); i++);
inb               369 sound/isa/es18xx.c         if (inb(chip->port + 0x0A) != 0xAA)
inb               377 sound/isa/es18xx.c         inb(chip->port + 0x06);
inb               763 sound/isa/es18xx.c 		status = inb(chip->ctrl_port + 6);
inb               771 sound/isa/es18xx.c 		if (inb(chip->port + 0x0C) & 0x01)
inb               796 sound/isa/es18xx.c 		inb(chip->port + 0x0E);
inb              1384 sound/isa/es18xx.c 	data = inb(chip->ctrl_port + 1);
inb              1596 sound/isa/es18xx.c 	hi = inb(chip->port + 0x05);
inb              1598 sound/isa/es18xx.c 	lo = inb(chip->port + 0x05);
inb              1601 sound/isa/es18xx.c 		chip->ctrl_port = inb(chip->port + 0x05) << 8;
inb              1603 sound/isa/es18xx.c 		chip->ctrl_port += inb(chip->port + 0x05);
inb                33 sound/isa/gus/gus_io.c 		inb(GUSP(gus, DRAM));
inb                52 sound/isa/gus/gus_io.c 	value = inb(gus->gf1.reg_data8);
inb                75 sound/isa/gus/gus_io.c 	return inb(gus->gf1.reg_data8);
inb                99 sound/isa/gus/gus_io.c 	inb(gus->gf1.reg_timerctrl);
inb               100 sound/isa/gus/gus_io.c 	inb(gus->gf1.reg_timerctrl);
inb               102 sound/isa/gus/gus_io.c 	inb(gus->gf1.reg_timerctrl);
inb               103 sound/isa/gus/gus_io.c 	inb(gus->gf1.reg_timerctrl);
inb               332 sound/isa/gus/gus_io.c 	res = inb(gus->gf1.reg_dram);
inb               508 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -S- mix control                  = 0x%x\n", inb(GUSP(gus, MIXCNTRLREG)));
inb               509 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -S- IRQ status                   = 0x%x\n", inb(GUSP(gus, IRQSTAT)));
inb               510 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -S- timer control                = 0x%x\n", inb(GUSP(gus, TIMERCNTRL)));
inb               511 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -S- timer data                   = 0x%x\n", inb(GUSP(gus, TIMERDATA)));
inb               512 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -S- status read                  = 0x%x\n", inb(GUSP(gus, REGCNTRLS)));
inb                40 sound/isa/gus/gus_irq.c 	status = inb(gus->gf1.reg_irqstat);
inb                68 sound/isa/gus/gus_irq.c 			printk("voice = %i, voice_status = 0x%x, voice_verify = %i\n", voice, voice_status, inb(GUSP(gus, GF1PAGE)));
inb               367 sound/isa/gus/gus_main.c 	val = inb(GUSP(gus, REGCNTRLS));
inb               368 sound/isa/gus/gus_main.c 	rev = inb(GUSP(gus, BOARDVERSION));
inb               106 sound/isa/gus/gus_reset.c 	inb(GUSP(gus, IRQSTAT));
inb               120 sound/isa/gus/gus_reset.c 	inb(GUSP(gus, IRQSTAT));
inb               133 sound/isa/gus/gus_uart.c 	snd_printk("[0x%x] reg (ctrl/status) = 0x%x, reg (data) = 0x%x (page = 0x%x)\n", gus->gf1.port + 0x100, inb(gus->gf1.port + 0x100), inb(gus->gf1.port + 0x101), inb(gus->gf1.port + 0x102));
inb               113 sound/isa/gus/gusmax.c 		if (inb(maxcard->gus_status_reg)) {
inb               118 sound/isa/gus/gusmax.c 		if (inb(maxcard->pcm_status_reg) & 0x01) { /* IRQ bit is set? */
inb               184 sound/isa/gus/interwave.c 	res = inb(port) & 1;
inb               198 sound/isa/gus/interwave.c 	res = (inb(port) & 2) >> 1;
inb               308 sound/isa/gus/interwave.c 		if (inb(iwcard->gus_status_reg)) {
inb               313 sound/isa/gus/interwave.c 		if (inb(iwcard->pcm_status_reg) & 0x01) {	/* IRQ bit is set? */
inb               182 sound/isa/opl3sa2.c 	printk("read [0x%lx] = 0x%x\n", port, inb(port));
inb               185 sound/isa/opl3sa2.c 	result = inb(chip->port + 1);
inb               187 sound/isa/opl3sa2.c 	printk("read [0x%lx] = 0x%x [0x%x]\n", port, result, inb(port));
inb               156 sound/isa/opti9xx/miro.c 		if (((byte=inb(miro->aci_port + ACI_REG_BUSY)) & 1) == 0) {
inb               198 sound/isa/opti9xx/miro.c 		byte=inb(miro->aci_port + ACI_REG_STATUS);
inb               799 sound/isa/opti9xx/miro.c 			retval = inb(chip->mc_base + 9);
inb               804 sound/isa/opti9xx/miro.c 		retval = inb(chip->mc_base + reg);
inb              1140 sound/isa/opti9xx/miro.c 		if ((value != 0xff) && (value != inb(chip->mc_base + 1)))
inb              1163 sound/isa/opti9xx/miro.c 	regval=inb(miro->mc_base + 4);
inb               277 sound/isa/opti9xx/opti92x-ad1848.c 			retval = inb(chip->mc_base + 9);
inb               283 sound/isa/opti9xx/opti92x-ad1848.c 		retval = inb(chip->mc_base + reg);
inb               292 sound/isa/opti9xx/opti92x-ad1848.c 		retval = inb(chip->mc_indir_index + 1);
inb               590 sound/isa/opti9xx/opti92x-ad1848.c 		if ((value != 0xff) && (value != inb(chip->mc_base + 1)))
inb                46 sound/isa/sb/sb8_midi.c 		inb(SBP(chip, DATA_AVAIL));	/* ack interrupt */
inb                52 sound/isa/sb/sb8_midi.c 		if (inb(SBP(chip, DATA_AVAIL)) & 0x80) {
inb                53 sound/isa/sb/sb8_midi.c 			byte = inb(SBP(chip, READ));
inb               195 sound/isa/sb/sb8_midi.c 			while ((inb(SBP(chip, STATUS)) & 0x80) != 0 && --timeout > 0)
inb                50 sound/isa/sb/sb_common.c 		if ((inb(SBP(chip, STATUS)) & 0x80) == 0) {
inb                63 sound/isa/sb/sb_common.c 		if (inb(SBP(chip, DATA_AVAIL)) & 0x80) {
inb                64 sound/isa/sb/sb_common.c 			val = inb(SBP(chip, READ));
inb                84 sound/isa/sb/sb_common.c 		if (inb(SBP(chip, DATA_AVAIL)) & 0x80) {
inb                85 sound/isa/sb/sb_common.c 			if (inb(SBP(chip, READ)) == 0xaa)
inb                48 sound/isa/sb/sb_mixer.c 	result = inb(SBP(chip, MIXER_DATA));
inb                88 sound/isa/sgalaxy.c 	for (i = 0; i < 1000 && !(inb(SBP1(port, DATA_AVAIL)) & 0x80); i++);
inb                89 sound/isa/sgalaxy.c 	if (inb(SBP1(port, READ)) != 0xaa) {
inb               102 sound/isa/sgalaxy.c 		if ((inb(SBP1(port, STATUS)) & 0x80) == 0) {
inb               122 sound/isa/sgalaxy.c 	if ((tmp = inb(port + 3)) == 0xff)
inb               242 sound/isa/sscape.c 	return inb(ODIE_DATA_IO(io_base));
inb               268 sound/isa/sscape.c 	if ((inb(HOST_CTRL_IO(io_base)) & RX_READY) != 0) {
inb               269 sound/isa/sscape.c 		data = inb(HOST_DATA_IO(io_base));
inb               298 sound/isa/sscape.c 	if ((inb(HOST_CTRL_IO(io_base)) & TX_READY) != 0) {
inb               333 sound/isa/sscape.c 	return ((inb(MIDI_CTRL_IO(mpu->port)) & 0xc0) == 0x80);
inb               406 sound/isa/sscape.c 		x = inb(HOST_DATA_IO(s->io_base));
inb               433 sound/isa/sscape.c 		x = inb(HOST_DATA_IO(s->io_base));
inb               832 sound/isa/sscape.c 	if ((inb(HOST_CTRL_IO(s->io_base)) & 0x78) != 0)
inb               835 sound/isa/sscape.c 	d = inb(ODIE_ADDR_IO(s->io_base)) & 0xf0;
inb               849 sound/isa/sscape.c 	if ((inb(ODIE_ADDR_IO(s->io_base)) & 0x9f) != 0x0a)
inb               853 sound/isa/sscape.c 	if ((inb(ODIE_ADDR_IO(s->io_base)) & 0x9f) != 0x0e)
inb               857 sound/isa/sscape.c 	d = inb(ODIE_DATA_IO(s->io_base));
inb               868 sound/isa/sscape.c 		if ((inb(codec) & 0x80) == 0)
inb                53 sound/isa/wavefront/wavefront_fx.c 		x = inb (dev->fx_status);
inb               144 sound/isa/wavefront/wavefront_fx.c 	if (inb (dev->fx_status) & 0x80) {
inb                61 sound/isa/wavefront/wavefront_midi.c 	return inb (midi->mpu_status_port);
inb                82 sound/isa/wavefront/wavefront_midi.c 	return inb (midi->mpu_data_port);
inb               263 sound/isa/wavefront/wavefront_synth.c 	return inb (dev->status_port);
inb               311 sound/isa/wavefront/wavefront_synth.c 		return inb (dev->data_port);
inb              1990 sound/isa/wavefront/wavefront_synth.c 		err = inb(dev->data_port);
inb               171 sound/isa/wss/wss_lib.c 	return inb(chip->port + offset);
inb              1557 sound/isa/wss/wss_lib.c 	tmp = inb(AD1848_THINKPAD_CTL_PORT2);
inb               210 sound/oss/ad1848.c 	while (timeout > 0 && inb(devc->base) == 0x80)	/*Are we initializing */
inb               216 sound/oss/ad1848.c 		x = inb(io_Indexed_Data(devc));
inb               226 sound/oss/ad1848.c 		x = inb(io_Indexed_Data(devc));
inb               236 sound/oss/ad1848.c 	while (timeout > 0 && inb(devc->base) == 0x80)	/* Are we initializing */
inb               268 sound/oss/ad1848.c 	while (timeout > 0 && inb(devc->base) == 0x80)
inb               270 sound/oss/ad1848.c 	if (inb(devc->base) & 0x80)
inb               312 sound/oss/ad1848.c 	while (timeout > 0 && inb(devc->base) == 0x80)	/*Are we initializing */
inb               316 sound/oss/ad1848.c 	prev = inb(io_Index_Addr(devc));
inb               329 sound/oss/ad1848.c 	while (timeout > 0 && inb(devc->base) == 0x80)	/*Are we initializing */
inb               335 sound/oss/ad1848.c 	prev = inb(io_Index_Addr(devc));
inb              1168 sound/oss/ad1848.c 	while (timeout < 100 && inb(devc->base) != 0x80)
inb              1171 sound/oss/ad1848.c 	while (timeout < 10000 && inb(devc->base) == 0x80)
inb              1242 sound/oss/ad1848.c 		while (timeout < 100 && inb(devc->base) != 0x80)
inb              1246 sound/oss/ad1848.c 		while (timeout < 10000 && inb(devc->base) == 0x80)
inb              1263 sound/oss/ad1848.c 			while (timeout < 100 && inb(devc->base) != 0x80)
inb              1267 sound/oss/ad1848.c 			while (timeout < 10000 && inb(devc->base) == 0x80)
inb              1280 sound/oss/ad1848.c 		while (timeout < 100 && inb(devc->base) != 0x80)
inb              1283 sound/oss/ad1848.c 		while (timeout < 10000 && inb(devc->base) == 0x80)
inb              1599 sound/oss/ad1848.c 	if (inb(devc->base) == 0xff)
inb              1612 sound/oss/ad1848.c 		unsigned char   x = inb(devc->base);
inb              1620 sound/oss/ad1848.c 	if (inb(devc->base) == 0x80)	/* Not ready. Let's wait */
inb              1623 sound/oss/ad1848.c 	if ((inb(devc->base) & 0x80) != 0x00)	/* Not a AD1848 */
inb              1625 sound/oss/ad1848.c 		DDB(printk("ad1848 detect error - step A (%02x)\n", (int) inb(devc->base)));
inb              1827 sound/oss/ad1848.c 							xid = inb(io_Indexed_Data(devc));
inb              2213 sound/oss/ad1848.c 	status = inb(io_Status(devc));
inb              2231 sound/oss/ad1848.c 			c930_stat = inb(0xe0f);
inb              2270 sound/oss/ad1848.c 	if (inb(io_Status(devc)) & 0x01 && cnt++ < 4)
inb              2286 sound/oss/ad1848.c 	if ((tmp = inb(0xc44)) == 0xff)
inb              2314 sound/oss/ad1848.c 	if ((tmp = inb(0xc44)) == 0xff)
inb              2320 sound/oss/ad1848.c 	if (inb(0xc44) != 0x04)
inb              2360 sound/oss/ad1848.c 	printk("%02x ", inb(0xc44));
inb              2362 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc44));
inb              2392 sound/oss/ad1848.c 	printk("%02x ", inb(0xc44));
inb              2394 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc44));
inb              2411 sound/oss/ad1848.c 	printk("%02x ", inb(0xc45));
inb              2413 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc45));
inb              2425 sound/oss/ad1848.c 	printk("%02x ", inb(0xc45));
inb              2427 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc45));
inb              2442 sound/oss/ad1848.c 	printk("%02x ", inb(0xc46));
inb              2444 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc46));
inb              2456 sound/oss/ad1848.c 	printk("%02x ", inb(0xc46));
inb              2458 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc46));
inb              2472 sound/oss/ad1848.c 	printk("%02x ", inb(0xc47));
inb              2474 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc47));
inb              2486 sound/oss/ad1848.c 	printk("%02x ", inb(0xc47));
inb              2488 sound/oss/ad1848.c 	printk("%02x\n", inb(0xc47));
inb              2496 sound/oss/ad1848.c 	printk("Port 0xc6f (before) = %02x\n", inb(0xc6f));
inb              2502 sound/oss/ad1848.c 	printk("Port 0xc6f (after) = %02x\n", inb(0xc6f));
inb              2538 sound/oss/ad1848.c 	if ((tmp = inb(hw_config->io_base + 3)) == 0xff)	/* Bus float */
inb              2554 sound/oss/ad1848.c 		MDB(printk(KERN_ERR "No MSS signature detected on port 0x%x (0x%x)\n", hw_config->io_base, (int) inb(hw_config->io_base + 3)));
inb              2581 sound/oss/ad1848.c 	if (hw_config->dma == 0 && inb(hw_config->io_base + 3) & 0x80)
inb              2586 sound/oss/ad1848.c 	if (hw_config->irq > 7 && hw_config->irq != 9 && inb(hw_config->io_base + 3) & 0x80)
inb              2636 sound/oss/ad1848.c 	if ((inb(version_port) & 0x40) == 0)
inb               507 sound/oss/aedsp16.c 		  ret = inb(port + DSP_DATAVAIL);
inb               533 sound/oss/aedsp16.c 	inbyte = inb(port + DSP_READ);
inb               574 sound/oss/aedsp16.c 		ret = inb(port + DSP_STATUS);
inb                49 sound/oss/kahlua.c 	reg = inb(io + 5);
inb                85 sound/oss/mpu401.c 	return inb(STATPORT(devc->base));
inb                98 sound/oss/mpu401.c 	return inb(DATAPORT(devc->base));
inb              1209 sound/oss/mpu401.c 	if (inb(hw_config->io_base + 1) == 0xff)
inb               159 sound/oss/msnd.h #define msnd_inb			inb
inb               191 sound/oss/opl3.c 	signature = stat1 = inb(ioaddr);	/* Status register */
inb               219 sound/oss/opl3.c 		if ((tmp = inb(ioaddr)) == 0x02)	/* Have a OPL4 */
inb               230 sound/oss/opl3.c 			tmp = inb(ioaddr - 7);		/* Read it */
inb               733 sound/oss/opl3.c 			inb(io_addr);
inb               741 sound/oss/opl3.c 			inb(io_addr);
inb                81 sound/oss/pas2_card.c 	return inb(ioaddr + pas_translate_code);
inb               772 sound/oss/pss.c 		if ((inb(hw_config->io_base + 1) & 0x80) == 0)	/* Input data avail */
inb               773 sound/oss/pss.c 			inb(hw_config->io_base);	/* Discard it */
inb              1062 sound/oss/pss.c 	for (timeout = 0; timeout < 100000 && (inb(hw_config->io_base + WSS_INDEX) &
inb              1068 sound/oss/pss.c 	for (timeout = 0; (inb(hw_config->io_base + WSS_DATA) & WSS_AUTOCALIBRATION) &&
inb               102 sound/oss/sb_common.c 		if ((inb(DSP_STATUS) & 0x80) == 0)
inb               118 sound/oss/sb_common.c 		if (inb(DSP_DATA_AVAIL) & 0x80)
inb               119 sound/oss/sb_common.c 			return inb(DSP_READ);
inb               189 sound/oss/sb_common.c 		status = inb(DSP_DATA_AVAIL);
inb               192 sound/oss/sb_common.c 		status = inb(DSP_DATA_AVL16);
inb               197 sound/oss/sb_common.c 	int src = inb(devc->pcibase+0x1A);
inb               240 sound/oss/sb_common.c 	for (loopc = 0; loopc < 1000 && !(inb(DSP_DATA_AVAIL) & 0x80); loopc++);
inb               242 sound/oss/sb_common.c 	if (inb(DSP_READ) != 0xAA)
inb               266 sound/oss/sb_common.c 		if (inb(DSP_DATA_AVAIL) & 0x80)
inb               269 sound/oss/sb_common.c 				devc->major = inb(DSP_READ);
inb               272 sound/oss/sb_common.c 				devc->minor = inb(DSP_READ);
inb               473 sound/oss/sb_common.c 	inb(0x229);
inb               474 sound/oss/sb_common.c 	inb(0x229);
inb               475 sound/oss/sb_common.c 	inb(0x229);
inb               478 sound/oss/sb_common.c 	inb(0x22b);
inb               479 sound/oss/sb_common.c 	inb(0x229);
inb               480 sound/oss/sb_common.c 	inb(0x22b);
inb               481 sound/oss/sb_common.c 	inb(0x229);
inb               482 sound/oss/sb_common.c 	inb(0x229);
inb               483 sound/oss/sb_common.c 	inb(0x22b);
inb               484 sound/oss/sb_common.c 	inb(0x229);
inb               487 sound/oss/sb_common.c 	inb(devc->base);
inb               556 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               557 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               558 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               559 sound/oss/sb_common.c 		inb(devc->base + 0x0b);
inb               560 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               561 sound/oss/sb_common.c 		inb(devc->base + 0x0b);
inb               562 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               563 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               564 sound/oss/sb_common.c 		inb(devc->base + 0x0b);
inb               565 sound/oss/sb_common.c 		inb(devc->base + 0x09);
inb               566 sound/oss/sb_common.c 		inb(devc->base + 0x00);
inb               607 sound/oss/sb_common.c 						inb(DSP_DATA_AVAIL);
inb               958 sound/oss/sb_common.c 	val = inb(MIXER_DATA);
inb              1002 sound/oss/sb_common.c 	val = inb(base);	/* Data */
inb              1020 sound/oss/sb_common.c 	control = inb(mpu_base + 7);
inb               823 sound/oss/sb_ess.c 		status = inb(DSP_DATA_AVAIL);
inb               876 sound/oss/sb_ess.c 	for (loopc = 0; loopc < 1000 && !(inb(DSP_DATA_AVAIL) & 0x80); loopc++);
inb               878 sound/oss/sb_ess.c 	if (inb(DSP_READ) != 0xAA) {
inb               987 sound/oss/sb_ess.c 	val  = inb(MIXER_DATA) << 8;
inb               989 sound/oss/sb_ess.c 	val |= inb(MIXER_DATA);
inb              1031 sound/oss/sb_ess.c 		if (inb(DSP_DATA_AVAIL) & 0x80) {
inb              1033 sound/oss/sb_ess.c 				ess_major = inb(DSP_READ);
inb              1035 sound/oss/sb_ess.c 				ess_minor = inb(DSP_READ);
inb              1604 sound/oss/sb_ess.c 		val = inb(MIXER_DATA);
inb               136 sound/oss/sb_midi.c 	data = inb(DSP_READ);
inb               170 sound/oss/sscape.c 	val = inb(PORT(ODIE_DATA));
inb               197 sound/oss/sscape.c 	res = inb (devc -> codec + 1);
inb               236 sound/oss/sscape.c 			if (inb(PORT(HOST_CTRL)) & TX_READY)
inb               262 sound/oss/sscape.c 		if (inb(PORT(HOST_CTRL)) & RX_READY)
inb               270 sound/oss/sscape.c 	data = inb(PORT(HOST_DATA));
inb               366 sound/oss/sscape.c 		if (inb(devc->base + HOST_CTRL) & 0x80)
inb               369 sound/oss/sscape.c 		if (inb(devc->base) != 0x00)
inb               500 sound/oss/sscape.c 			x = inb(PORT(HOST_DATA));
inb               521 sound/oss/sscape.c 			if (inb(PORT(HOST_DATA)) == 0xfe)	/* Host startup acknowledge */
inb               732 sound/oss/sscape.c 	if ((save = inb(PORT(ODIE_ADDR))) & 0xf0)
inb               738 sound/oss/sscape.c 	if (inb(PORT(ODIE_ADDR)) != 0x00)
inb               744 sound/oss/sscape.c 	if (inb(PORT(ODIE_ADDR)) != 0x0f)
inb               961 sound/oss/sscape.c 		x = inb( devc -> base + 3);
inb               974 sound/oss/sscape.c 		x = inb( devc -> base + 3);
inb              1117 sound/oss/sscape.c 	if ((inb(devc->base + 2) & 0x78) != 0)
inb              1120 sound/oss/sscape.c 	d = inb ( devc -> base + 4) & 0xF0;
inb              1139 sound/oss/sscape.c 	if  ((inb( devc -> base+4) & 0x9F) != 0x0A)
inb              1142 sound/oss/sscape.c 	if  ( (inb(devc -> base+4) & 0x9F) != 0x0E)
inb              1144 sound/oss/sscape.c 	if  ( (inb(devc -> base+5) & 0x9F) != 0x0E)
inb              1163 sound/oss/sscape.c 		if ( !(inb(devc -> codec) & 0x80) ) break;
inb              1165 sound/oss/sscape.c 	d = inb(devc -> codec);
inb              1168 sound/oss/sscape.c 	if ( inb(devc -> codec + 2) == 0xFF)
inb              1173 sound/oss/sscape.c 	d  = inb(devc -> codec) & 0x80;
inb              1186 sound/oss/sscape.c 		if ( !(inb(devc -> codec) & 0x80)) 
inb              1261 sound/oss/sscape.c 				inb(devc->base + ODIE_ADDR);
inb                39 sound/oss/trix.c 	return inb(0x391);	/* MT-0002-PC ASIC data */
inb               194 sound/oss/trix.c 	config = inb(hw_config->io_base + 3);
inb                52 sound/oss/uart401.c 	return inb(STATPORT);
inb                65 sound/oss/uart401.c 	return inb(DATAPORT);
inb                44 sound/oss/uart6850.c 	return inb(STATPORT);
inb                57 sound/oss/uart6850.c 	return inb(DATAPORT);
inb               164 sound/oss/waveartist.c 	clear = ~clear & inb(ctlr_port);
inb               177 sound/oss/waveartist.c 	old_ctlr = inb(ctlr_port) & ~IRQ_ACK;
inb               210 sound/oss/waveartist.c 		if (inb(hw->io_base + STATR) & CMD_RF) {
inb               249 sound/oss/waveartist.c 	if (inb(io_base + STATR) & CMD_RF) {
inb               267 sound/oss/waveartist.c 			if (inb(io_base + STATR) & CMD_WE)
inb               280 sound/oss/waveartist.c 			if (inb(io_base + STATR) & CMD_RF)
inb               610 sound/oss/waveartist.c 		       inb(devc->hw.io_base + CTLR));
inb               612 sound/oss/waveartist.c 		       inb(devc->hw.io_base + STATR));
inb               614 sound/oss/waveartist.c 		       inb(devc->hw.io_base + IRQSTAT));
inb               658 sound/oss/waveartist.c 		printk("WA CTLR reg: 0x%02X.\n",inb(devc->hw.io_base + CTLR));
inb               659 sound/oss/waveartist.c 		printk("WA STAT reg: 0x%02X.\n",inb(devc->hw.io_base + STATR));
inb               660 sound/oss/waveartist.c 		printk("WA IRQS reg: 0x%02X.\n",inb(devc->hw.io_base + IRQSTAT));
inb               701 sound/oss/waveartist.c 	if (inb(devc->hw.io_base + STATR) & IRQ_REQ)
inb               725 sound/oss/waveartist.c 	if (inb(devc->hw.io_base + STATR) & IRQ_REQ)
inb               842 sound/oss/waveartist.c 	irqstatus = inb(devc->hw.io_base + IRQSTAT);
inb               843 sound/oss/waveartist.c 	status    = inb(devc->hw.io_base + STATR);
inb              1531 sound/oss/waveartist.c 	while (volume && (inb(0x201) & 0x01))
inb              1750 sound/oss/waveartist.c 	temp = inb(0x201);
inb               493 sound/pci/ali5451/ali5451.c 	bVal = inb(ALI_REG(codec,ALI_SCTRL));
inb               497 sound/pci/ali5451/ali5451.c 	bVal = inb(ALI_REG(codec,ALI_SCTRL));
inb               717 sound/pci/ali5451/ali5451.c 	bval  = inb(ALI_REG(codec, ALI_SPDIF_CTRL + 1));
inb               724 sound/pci/ali5451/ali5451.c 		bval = inb(ALI_REG(codec, ALI_SPDIF_CTRL + 1));
inb               735 sound/pci/ali5451/ali5451.c 		bval = inb(ALI_REG(codec,ALI_SPDIF_CTRL + 1));
inb               754 sound/pci/ali5451/ali5451.c 		bval  = inb(ALI_REG(codec, ALI_SPDIF_CS + 3)) & 0xf0;
inb               762 sound/pci/ali5451/ali5451.c 		bval  = inb(ALI_REG(codec,ALI_SPDIF_CS + 3)) & 0xf0;
inb               772 sound/pci/ali5451/ali5451.c 	bval  = inb(ALI_REG(codec, ALI_SPDIF_CTRL));
inb               779 sound/pci/ali5451/ali5451.c 	bval  = inb(ALI_REG(codec, ALI_SPDIF_CS + 3));
inb               800 sound/pci/ali5451/ali5451.c 	dwVal = inb(ALI_REG(codec, ALI_SPDIF_CTRL));
inb               830 sound/pci/ali5451/ali5451.c 	bVal  = inb(ALI_REG(codec, ALI_SPDIF_CTRL));
inb               863 sound/pci/ali5451/ali5451.c 	bVal = inb(ALI_REG(codec, ALI_SCTRL));
inb               866 sound/pci/ali5451/ali5451.c 	bVal = inb(ALI_REG(codec, ALI_SPDIF_CTRL));
inb               908 sound/pci/ali5451/ali5451.c 	bVal = inb(ALI_REG(codec, ALI_SCTRL));
inb              1420 sound/pci/ali5451/ali5451.c 		bValue = inb(ALI_REG(codec,ALI_SPDIF_CTRL));
inb               212 sound/pci/als300.c 	status = inb(chip->port+ALS300_IRQ_STATUS);
inb               243 sound/pci/als300.c 	general = inb(chip->port+ALS300P_IRQ_STATUS);
inb               244 sound/pci/als300.c 	mpu = inb(chip->port+MPU_IRQ_STATUS);
inb               245 sound/pci/als300.c 	dram = inb(chip->port+ALS300P_DRAM_IRQ_STATUS);
inb               289 sound/pci/als300.c 		if ((inb(chip->port+AC97_STATUS) & (AC97_BUSY)) == 0)
inb               296 sound/pci/als300.c 		if ((inb(chip->port+AC97_STATUS) & (AC97_DATA_AVAIL)) != 0)
inb               310 sound/pci/als300.c 		if ((inb(chip->port+AC97_STATUS) & (AC97_BUSY)) == 0)
inb               209 sound/pci/als4000.c 	return inb(iobase + reg);
inb               577 sound/pci/als4000.c 		inb(chip->mpu_port);
inb               321 sound/pci/azt3328.c 	u8 prev = inb(reg), new;
inb               342 sound/pci/azt3328.c 	return inb(chip->codec_io + reg);
inb               384 sound/pci/azt3328.c 	return inb(chip->game_io + reg);
inb               438 sound/pci/azt3328.c 		curr_vol_left  = inb(portbase + 1);
inb               450 sound/pci/azt3328.c 		curr_vol_right = inb(portbase + 0);
inb              2028 sound/pci/azt3328.c 	val = inb(reg);
inb              2031 sound/pci/azt3328.c 	valoff = inb(reg);
inb              2034 sound/pci/azt3328.c 	valon = inb(reg);
inb              2067 sound/pci/azt3328.c 		snd_azf3328_dbgmisc("mpu_io 0x%04x\n", inb(chip->mpu_io + tmp));
inb              2071 sound/pci/azt3328.c 			tmp, inb(0x200 + tmp), inb(0x208 + tmp));
inb              2078 sound/pci/azt3328.c 				inb(0x300 + tmp),
inb              2079 sound/pci/azt3328.c 				inb(0x310 + tmp),
inb              2080 sound/pci/azt3328.c 				inb(0x320 + tmp),
inb              2081 sound/pci/azt3328.c 				inb(0x330 + tmp),
inb              2082 sound/pci/azt3328.c 				inb(0x388 + tmp),
inb              2083 sound/pci/azt3328.c 				inb(0x38c + tmp)
inb               357 sound/pci/ca0106/ca0106_proc.c 		value = inb(emu->port + i);
inb               544 sound/pci/cmipci.c 	return inb(cm->iobase + cmd);
inb               574 sound/pci/cmipci.c 	val = oval = inb(cm->iobase + cmd);
inb               585 sound/pci/cmipci.c 	val = oval = inb(cm->iobase + cmd);
inb              1980 sound/pci/cmipci.c 	v = inb(s->iobase + CM_REG_SB16_DATA);
inb              2215 sound/pci/cmipci.c 	oreg = inb(cm->iobase + reg.left_reg);
inb              2239 sound/pci/cmipci.c 	oreg = inb(cm->iobase + reg.left_reg);
inb              2347 sound/pci/cmipci.c 		val = inb(cm->iobase + args->reg);
inb              2380 sound/pci/cmipci.c 		val = inb(cm->iobase + args->reg);
inb              2779 sound/pci/cmipci.c 		v = inb(cm->iobase + i);
inb              3187 sound/pci/cmipci.c 			if (inb(iomidi + 1) == 0xff) {
inb                93 sound/pci/cs5530.c 	reg = inb(io + 5);
inb                 8 sound/pci/cs5535audio/cs5535audio.h #define cs_readb(cs5535au, reg)		inb((cs5535au)->port + reg)
inb                36 sound/pci/emu10k1/emumpu401.c 		return inb(emu->port + mpu->port + idx);
inb              2172 sound/pci/ens1370.c 		status = inb(ES_REG(ensoniq, UART_STATUS));
inb              2175 sound/pci/ens1370.c 		byte = inb(ES_REG(ensoniq, UART_DATA));
inb              2184 sound/pci/ens1370.c 		status = inb(ES_REG(ensoniq, UART_STATUS));
inb              2275 sound/pci/ens1370.c 				inb(ES_REG(ensoniq, UART_DATA));
inb              2300 sound/pci/ens1370.c 			       (inb(ES_REG(ensoniq, UART_STATUS)) & ES_TXRDY)) {
inb               282 sound/pci/es1938.c 	data = inb(SLSB_REG(chip, MIXERDATA));
inb               300 sound/pci/es1938.c 	old = inb(SLSB_REG(chip, MIXERDATA));
inb               322 sound/pci/es1938.c 		if (!(v = inb(SLSB_REG(chip, READSTATUS)) & 0x80)) {
inb               338 sound/pci/es1938.c 		if ((v = inb(SLSB_REG(chip, STATUS))) & 0x80)
inb               339 sound/pci/es1938.c 			return inb(SLSB_REG(chip, READDATA));
inb               411 sound/pci/es1938.c 	inb(SLSB_REG(chip, RESET));
inb               414 sound/pci/es1938.c 		if (inb(SLSB_REG(chip, STATUS)) & 0x80) {
inb               415 sound/pci/es1938.c 			if (inb(SLSB_REG(chip, READDATA)) == 0xaa)
inb              1674 sound/pci/es1938.c 	status = inb(SLIO_REG(chip, IRQCONTROL));
inb              1692 sound/pci/es1938.c 		audiostatus = inb(SLSB_REG(chip, STATUS));
inb               612 sound/pci/es1968.c 		if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1))
inb               625 sound/pci/es1968.c 		if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1))
inb              1888 sound/pci/es1968.c 	x = inb(chip->io_port + 0x1c) & 0xee;
inb              1950 sound/pci/es1968.c 	if (!(event = inb(chip->io_port + 0x1A)))
inb              2085 sound/pci/es1968.c 			if (inb(ioaddr + 0x32) != 0)
inb              2090 sound/pci/es1968.c 			    && (inb(ioaddr + 0x32) != 0))
inb              2094 sound/pci/es1968.c 			    && (inb(ioaddr + 0x32) != 0))
inb              2099 sound/pci/es1968.c 			outb(inb(ioaddr + 0x37) | 0x08, ioaddr + 0x37);	/* do a software reset */
inb              2101 sound/pci/es1968.c 			outb(inb(ioaddr + 0x37) & ~0x08,
inb              2125 sound/pci/es1968.c 	outb(inb(ioaddr+0xc0)|(1<<5), ioaddr+0xc0);
inb               130 sound/pci/ice1712/ice1712.c 	return (inb(ICEMT(ice, RATE)) & ICE1712_SPDIF_MASTER) ? 1 : 0;
inb               159 sound/pci/ice1712/ice1712.c 		old_cmd = inb(ICEREG(ice, AC97_CMD));
inb               171 sound/pci/ice1712/ice1712.c 		if ((inb(ICEREG(ice, AC97_CMD)) & ICE1712_AC97_WRITE) == 0)
inb               183 sound/pci/ice1712/ice1712.c 		old_cmd = inb(ICEREG(ice, AC97_CMD));
inb               193 sound/pci/ice1712/ice1712.c 		if ((inb(ICEREG(ice, AC97_CMD)) & ICE1712_AC97_READ) == 0)
inb               213 sound/pci/ice1712/ice1712.c 		old_cmd = inb(ICEMT(ice, AC97_CMD));
inb               225 sound/pci/ice1712/ice1712.c 		if ((inb(ICEMT(ice, AC97_CMD)) & ICE1712_AC97_WRITE) == 0)
inb               238 sound/pci/ice1712/ice1712.c 		old_cmd = inb(ICEMT(ice, AC97_CMD));
inb               248 sound/pci/ice1712/ice1712.c 		if ((inb(ICEMT(ice, AC97_CMD)) & ICE1712_AC97_READ) == 0)
inb               264 sound/pci/ice1712/ice1712.c 	ucontrol->value.integer.value[0] = inb(ICEMT(ice, MONITOR_ROUTECTRL)) & ICE1712_ROUTE_AC97 ? 1 : 0;
inb               274 sound/pci/ice1712/ice1712.c 	val = inb(ICEMT(ice, MONITOR_ROUTECTRL));
inb               298 sound/pci/ice1712/ice1712.c 	inb(ICEREG(ice, DATA)); /* dummy read for pci-posting */
inb               304 sound/pci/ice1712/ice1712.c 	inb(ICEREG(ice, DATA)); /* dummy read for pci-posting */
inb               315 sound/pci/ice1712/ice1712.c 	inb(ICEREG(ice, DATA)); /* dummy read for pci-posting */
inb               423 sound/pci/ice1712/ice1712.c 		status = inb(ICEREG(ice, IRQSTAT));
inb               442 sound/pci/ice1712/ice1712.c 			unsigned char mtstat = inb(ICEMT(ice, IRQ));
inb              1028 sound/pci/ice1712/ice1712.c 	if (inb(ICEMT(ice, PLAYBACK_CONTROL)) & (ICE1712_CAPTURE_START_SHADOW|
inb              1038 sound/pci/ice1712/ice1712.c 	old = inb(ICEMT(ice, RATE));
inb              1589 sound/pci/ice1712/ice1712.c 	snd_iprintf(buffer, "  RATE             : 0x%02x\n", (unsigned)inb(ICEMT(ice, RATE)));
inb              1836 sound/pci/ice1712/ice1712.c 		val = xlate[inb(ICEMT(ice, RATE)) & 15];
inb              1859 sound/pci/ice1712/ice1712.c 	oval = inb(ICEMT(ice, RATE));
inb              1868 sound/pci/ice1712/ice1712.c 	change = inb(ICEMT(ice, RATE)) != oval;
inb              1872 sound/pci/ice1712/ice1712.c 	    (inb(ICEMT(ice, RATE)) & ICE1712_SPDIF_MASTER))
inb              2211 sound/pci/ice1712/ice1712.c 	ucontrol->value.integer.value[0] = inb(ICEMT(ice, MONITOR_RATE));
inb              2222 sound/pci/ice1712/ice1712.c 	change = inb(ICEMT(ice, MONITOR_RATE)) != ucontrol->value.integer.value[0];
inb              2255 sound/pci/ice1712/ice1712.c 		ucontrol->value.integer.value[idx] = inb(ICEMT(ice, MONITOR_PEAKDATA));
inb              2291 sound/pci/ice1712/ice1712.c 	while (t-- > 0 && (inb(ICEREG(ice, I2C_CTRL)) & ICE1712_I2C_BUSY)) ;
inb              2292 sound/pci/ice1712/ice1712.c 	return inb(ICEREG(ice, I2C_DATA));
inb              2304 sound/pci/ice1712/ice1712.c 		if ((inb(ICEREG(ice, I2C_CTRL)) & ICE1712_I2C_EEPROM) != 0)
inb               479 sound/pci/ice1712/ice1712.h 	return inb(ICEREG(ice, DATA));
inb               116 sound/pci/ice1712/ice1724.c 	return (inb(ICEMT1724(ice, RATE)) & VT1724_SPDIF_MASTER) ? 1 : 0;
inb               133 sound/pci/ice1712/ice1724.c 		old_cmd = inb(ICEMT1724(ice, AC97_CMD));
inb               148 sound/pci/ice1712/ice1724.c 		if ((inb(ICEMT1724(ice, AC97_CMD)) & bit) == 0)
inb               218 sound/pci/ice1712/ice1724.c 		data = (unsigned int)inb(ICEREG1724(ice, GPIO_DATA_22));
inb               233 sound/pci/ice1712/ice1724.c 	for (count = inb(ICEREG1724(ice, MPU_RXFIFO)); count > 0; --count)
inb               234 sound/pci/ice1712/ice1724.c 		inb(ICEREG1724(ice, MPU_DATA));
inb               251 sound/pci/ice1712/ice1724.c 	count = 31 - inb(ICEREG1724(ice, MPU_TXFIFO));
inb               266 sound/pci/ice1712/ice1724.c 	count = inb(ICEREG1724(ice, MPU_RXFIFO));
inb               270 sound/pci/ice1712/ice1724.c 			buffer[i] = inb(ICEREG1724(ice, MPU_DATA));
inb               282 sound/pci/ice1712/ice1724.c 	mask = inb(ICEREG1724(ice, IRQMASK));
inb               326 sound/pci/ice1712/ice1724.c 		if (inb(ICEREG1724(ice, MPU_CTRL)) & VT1724_MPU_TX_EMPTY)
inb               390 sound/pci/ice1712/ice1724.c 		status = inb(ICEREG1724(ice, IRQSTAT));
inb               437 sound/pci/ice1712/ice1724.c 			unsigned char mtstat = inb(ICEMT1724(ice, IRQ));
inb               470 sound/pci/ice1712/ice1724.c 				unsigned char fstat = inb(ICEMT1724(ice, DMA_FIFO_ERR));
inb               472 sound/pci/ice1712/ice1724.c 				outb(VT1724_MULTI_FIFO_ERR | inb(ICEMT1724(ice, DMA_INT_MASK)), ICEMT1724(ice, DMA_INT_MASK));
inb               537 sound/pci/ice1712/ice1724.c 		old = inb(ICEMT1724(ice, DMA_PAUSE));
inb               549 sound/pci/ice1712/ice1724.c 		old = inb(ICEMT1724(ice, DMA_CONTROL));
inb               580 sound/pci/ice1712/ice1724.c 	rate = stdclock_rate_list[inb(ICEMT1724(ice, RATE)) & 15];
inb               601 sound/pci/ice1712/ice1724.c 		val = old = inb(ICEMT1724(ice, I2S_FORMAT));
inb               626 sound/pci/ice1712/ice1724.c 	if ((inb(ICEMT1724(ice, DMA_CONTROL)) & DMA_STARTS) ||
inb               627 sound/pci/ice1712/ice1724.c 	    (inb(ICEMT1724(ice, DMA_PAUSE)) & DMA_PAUSES)) {
inb              1079 sound/pci/ice1712/ice1724.c 	cbit = inb(ICEREG1724(ice, SPDIF_CFG));
inb              1298 sound/pci/ice1712/ice1724.c 	if (inb(ICEMT1724(ice, BURST)) < val)
inb              1397 sound/pci/ice1712/ice1724.c 		outb(inb(ICEMT1724(ice, AC97_CMD)) | 0x80, ICEMT1724(ice, AC97_CMD));
inb              1399 sound/pci/ice1712/ice1724.c 		outb(inb(ICEMT1724(ice, AC97_CMD)) & ~0x80, ICEMT1724(ice, AC97_CMD));
inb              1464 sound/pci/ice1712/ice1724.c 			    idx, inb(ice->port+idx));
inb              1467 sound/pci/ice1712/ice1724.c 			    idx, inb(ice->profi_port+idx));
inb              1668 sound/pci/ice1712/ice1724.c 	ucontrol->value.integer.value[0] = inb(ICEREG1724(ice, SPDIF_CFG)) &
inb              1680 sound/pci/ice1712/ice1724.c 	old = val = inb(ICEREG1724(ice, SPDIF_CFG));
inb              1793 sound/pci/ice1712/ice1724.c 	oval = inb(ICEMT1724(ice, RATE));
inb              1796 sound/pci/ice1712/ice1724.c 	i2s_oval = inb(ICEMT1724(ice, I2S_FORMAT));
inb              2063 sound/pci/ice1712/ice1724.c 			inb(ICEMT1724(ice, MONITOR_PEAKDATA));
inb              2105 sound/pci/ice1712/ice1724.c 	while ((inb(ICEREG1724(ice, I2C_CTRL)) & VT1724_I2C_BUSY) && t--)
inb              2121 sound/pci/ice1712/ice1724.c 	val = inb(ICEREG1724(ice, I2C_DATA));
inb              2149 sound/pci/ice1712/ice1724.c 		if ((inb(ICEREG1724(ice, I2C_CTRL)) & VT1724_I2C_EEPROM) != 0)
inb               253 sound/pci/ice1712/juli.c 	old = inb(ICEMT1724(ice, AC97_CMD));
inb               540 sound/pci/ice1712/juli.c 	val = inb(ICEMT1724(ice, RATE));
inb               791 sound/pci/ice1712/pontis.c 	outb(inb(ICEMT1724(ice, AC97_CMD)) | 0x80, ICEMT1724(ice, AC97_CMD));
inb               794 sound/pci/ice1712/pontis.c 	outb(inb(ICEMT1724(ice, AC97_CMD)) & ~0x80, ICEMT1724(ice, AC97_CMD));
inb                44 sound/pci/ice1712/revo.c 	outb(inb(ICEMT1724(ice, AC97_CMD)) | 0x80, ICEMT1724(ice, AC97_CMD));
inb                47 sound/pci/ice1712/revo.c 	outb(inb(ICEMT1724(ice, AC97_CMD)) & ~0x80, ICEMT1724(ice, AC97_CMD));
inb               773 sound/pci/intel8x0.c 	       ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port),
inb               774 sound/pci/intel8x0.c 	       inl(port + 4), inb(port + ICH_REG_OFF_CR));
inb               470 sound/pci/intel8x0m.c 		       ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port),
inb               471 sound/pci/intel8x0m.c 		       inl(port + 4), inb(port + ICH_REG_OFF_CR));
inb              1007 sound/pci/maestro3.c 	return inb(chip->iobase + reg);
inb              1608 sound/pci/maestro3.c 	x = inb(chip->iobase + SHADOW_MIX_REG_VOICE) & 0xee;
inb              1667 sound/pci/maestro3.c 	status = inb(chip->iobase + HOST_INT_STATUS);
inb              1680 sound/pci/maestro3.c 		u8 ctl = inb(chip->iobase + ASSP_CONTROL_B);
inb              1682 sound/pci/maestro3.c 			ctl = inb(chip->iobase + ASSP_HOST_INT_STATUS);
inb              2338 sound/pci/maestro3.c 	t = inb(chip->iobase + ASSP_CONTROL_A);
inb              2367 sound/pci/maestro3.c 	outb(inb(io + ASSP_CONTROL_C) | ASSP_HOST_INT_ENABLE,
inb                29 sound/pci/oxygen/oxygen_io.c 	return inb(chip->addr + reg);
inb                69 sound/pci/oxygen/oxygen_io.c 	u8 tmp = inb(chip->addr + reg);
inb                71 sound/pci/pcxhr/pcxhr_core.c #define PCXHR_INPB(mgr,x)	inb((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x))
inb               336 sound/pci/sonicvibes.c 	value = inb(SV_REG(sonic, DATA));
inb               349 sound/pci/sonicvibes.c 	value = inb(SV_REG(sonic, DATA));
inb               358 sound/pci/sonicvibes.c 	printk("SV REGS:          INDEX = 0x%02x  ", inb(SV_REG(sonic, INDEX)));
inb               359 sound/pci/sonicvibes.c 	printk("                 STATUS = 0x%02x\n", inb(SV_REG(sonic, STATUS)));
inb               437 sound/pci/sonicvibes.c 		sonic->format = inb(SV_REG(sonic, DATA));
inb               587 sound/pci/sonicvibes.c 	status = inb(SV_REG(sonic, STATUS));
inb              1310 sound/pci/sonicvibes.c 	inb(SV_REG(sonic, STATUS));	/* clear IRQs */
inb              1318 sound/pci/sonicvibes.c 	inb(SV_REG(sonic, STATUS));	/* clear IRQs */
inb              2350 sound/pci/trident/trident_main.c 		if ((inb(TRID_REG(trident, NX_SPCTRL_SPCSO + 3)) & 0x10) == 0) {
inb              2421 sound/pci/trident/trident_main.c 		if ((inb(TRID_REG(trident, NX_SPCTRL_SPCSO + 3)) & 0x10) == 0)
inb              3138 sound/pci/trident/trident_main.c 	return inb(TRID_REG(chip, GAMEPORT_LEGACY));
inb              3158 sound/pci/trident/trident_main.c 	*buttons = (~inb(TRID_REG(chip, GAMEPORT_LEGACY)) >> 4) & 0xf;
inb              3813 sound/pci/trident/trident_main.c 			inb(TRID_REG(trident, T4D_MPUR0));
inb               598 sound/pci/via82xx.c 	inb(VIADEV_REG(viadev, OFFSET_CONTROL));
inb               633 sound/pci/via82xx.c 		unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS));
inb               829 sound/pci/via82xx.c 	if (!(inb(VIADEV_REG(viadev, OFFSET_STATUS)) & VIA_REG_STAT_ACTIVE))
inb               866 sound/pci/via82xx.c 		status = inb(VIADEV_REG(viadev, OFFSET_STATUS));
inb              1538 sound/pci/via82xx.c 	ucontrol->value.enumerated.item[0] = inb(port) & VIA_REG_CAPTURE_CHANNEL_MIC ? 1 : 0;
inb              1550 sound/pci/via82xx.c 	oval = inb(port);
inb              2181 sound/pci/via82xx.c 		chip->capture_src_saved[0] = inb(chip->port + VIA_REG_CAPTURE_CHANNEL);
inb              2182 sound/pci/via82xx.c 		chip->capture_src_saved[1] = inb(chip->port + VIA_REG_CAPTURE_CHANNEL + 0x10);
inb               462 sound/pci/via82xx_modem.c 	inb(VIADEV_REG(viadev, OFFSET_CONTROL));
inb               494 sound/pci/via82xx_modem.c 		unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS));
inb               618 sound/pci/via82xx_modem.c 	if (!(inb(VIADEV_REG(viadev, OFFSET_STATUS)) & VIA_REG_STAT_ACTIVE))
inb                99 sound/pci/vx222/vx222_ops.c 	return inb(vx2_reg_addr(chip, offset));
inb                63 sound/pcmcia/vx/vxp_ops.c 	return inb(vxp_reg_addr(chip, offset));