inl                48 arch/x86/kernel/cpu/amd.c 		if (inl (CBAR) & CBAR_ENB)
inl               197 arch/x86/kernel/cpu/cpufreq/longhaul.c 			t = inl(acpi_gbl_FADT.xpm_timer_block.address);
inl               214 arch/x86/kernel/cpu/cpufreq/longhaul.c 		t = inl(acpi_gbl_FADT.xpm_timer_block.address);
inl               234 arch/x86/kernel/cpu/cpufreq/longhaul.c 			t = inl(acpi_gbl_FADT.xpm_timer_block.address);
inl                55 arch/x86/kernel/cpu/cpufreq/powernow-k6.c 	invalue = inl(POWERNOW_IOPORT + 0x8);
inl                92 arch/x86/kernel/cpu/cpufreq/powernow-k6.c 	invalue = inl(POWERNOW_IOPORT + 0x8);
inl                99 arch/x86/kernel/geode_32.c 		val = inl(base + reg) & (gpio & 0xFFFF);
inl               106 arch/x86/kernel/geode_32.c 		val = inl(base + 0x80 + reg) & gpio;
inl               146 arch/x86/kernel/geode_32.c 	val = inl(base + offset);
inl                45 arch/x86/kernel/pmtimer_64.c 	for (a = b = inl(pmtmr_ioport) & ACPI_PM_MASK;
inl                47 arch/x86/kernel/pmtimer_64.c 	     b = inl(pmtmr_ioport) & ACPI_PM_MASK)
inl                58 arch/x86/kernel/pmtimer_64.c 		b = inl(pmtmr_ioport);
inl                39 arch/x86/kernel/reboot_fixups_32.c 	i = inl(0xCFC);
inl                56 arch/x86/kernel/scx200_32.c 		scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank);
inl               102 arch/x86/kernel/scx200_32.c 	config = inl(scx200_gpio_base + 0x24);
inl                53 arch/x86/mach-rdc321x/gpio.c 	value |= inl(RDC3210_CFGREG_DATA);
inl                61 arch/x86/mach-rdc321x/gpio.c 	return inl(RDC3210_CFGREG_DATA);
inl                42 arch/x86/pci/direct.c 		*value = inl(0xCFC);
inl               124 arch/x86/pci/direct.c 		*value = inl(PCI_CONF2_ADDRESS(dev, reg));
inl               229 arch/x86/pci/direct.c 	tmp = inl(0xCF8);
inl               231 arch/x86/pci/direct.c 	if (inl(0xCF8) == 0x80000000 && pci_sanity_check(&pci_direct_conf1)) {
inl                14 arch/x86/pci/early.c 	v = inl(0xcfc);
inl                69 arch/x86/pci/numaq_32.c 			*value = inl(0xCFC);
inl               175 include/asm-frv/io.h #define inl_p(addr)	inl(addr)
inl               115 include/asm-mn10300/io.h #define inl_p(addr)	inl(addr)
inl               147 include/asm-mn10300/io.h 			u32 x = inl(addr);
inl                39 include/asm-mn10300/unit-asb2303/smc91111.h #define SMC_inl(a, r)		inl((unsigned long) ((a) + (r)))
inl               208 include/asm-parisc/io.h #define inl_p inl
inl               223 include/asm-parisc/io.h extern unsigned int inl(int addr);
inl               174 include/asm-parisc/pci.h 	 u32 (*inl)  (struct pci_hba_data *hba, u16 port);
inl               148 include/asm-xtensa/io.h #define inl_p(port)		inl((port))
inl                24 include/linux/scx200_gpio.h 	return (inl(ioaddr) & (1<<index)) ? 1 : 0;
inl              1848 include/sound/emu10k1.h static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; }
inl                63 lib/iomap.c    #define pio_read32be(port) swab32(inl(port))
inl                88 lib/iomap.c    	IO_COND(addr, return inl(port), return readl(addr));
inl               296 sound/pci/ali5451/ali5451.c 	return (unsigned int)inl(ALI_REG(codec, port)); 
inl               523 sound/pci/ali5451/ali5451.c 	dwVal  = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
inl               533 sound/pci/ali5451/ali5451.c 	dwVal  = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
inl               542 sound/pci/ali5451/ali5451.c 	gc  = inl(ALI_REG(codec, ALI_GC_CIR));
inl               552 sound/pci/ali5451/ali5451.c 	gc  = inl(ALI_REG(codec, ALI_GC_CIR));
inl               568 sound/pci/ali5451/ali5451.c 	pchregs->data.ainten  = inl(ALI_REG(codec, pchregs->regs.ainten));
inl               583 sound/pci/ali5451/ali5451.c 	pchregs->data.ainten  = inl(ALI_REG(codec, pchregs->regs.ainten));
inl               617 sound/pci/ali5451/ali5451.c 		    (inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)) &
inl               635 sound/pci/ali5451/ali5451.c 	    (inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)) &
inl               700 sound/pci/ali5451/ali5451.c 	begintimer   = inl(ALI_REG(codec, ALI_STIMER));
inl               701 sound/pci/ali5451/ali5451.c 	currenttimer = inl(ALI_REG(codec, ALI_STIMER));
inl               706 sound/pci/ali5451/ali5451.c 		currenttimer = inl(ALI_REG(codec,  ALI_STIMER));
inl               796 sound/pci/ali5451/ali5451.c 	dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
inl               811 sound/pci/ali5451/ali5451.c 	dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
inl               944 sound/pci/ali5451/ali5451.c 		cspf = (inl(ALI_REG(codec, ALI_CSPF)) & mask) == mask;
inl               980 sound/pci/ali5451/ali5451.c 	audio_int = inl(ALI_REG(codec, ALI_MISCINT));
inl               987 sound/pci/ali5451/ali5451.c 		pchregs->data.aint = inl(ALI_REG(codec, pchregs->regs.aint));
inl              1209 sound/pci/ali5451/ali5451.c 	val = inl(ALI_REG(codec, ALI_AINTEN));
inl              1314 sound/pci/ali5451/ali5451.c 		 (inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)) &
inl              1965 sound/pci/ali5451/ali5451.c 	im->regs[ALI_MISCINT >> 2] = inl(ALI_REG(chip, ALI_MISCINT));
inl              1967 sound/pci/ali5451/ali5451.c 	im->regs[ALI_STOP >> 2] = inl(ALI_REG(chip, ALI_STOP));
inl              1975 sound/pci/ali5451/ali5451.c 		im->regs[i] = inl(ALI_REG(chip, i*4));
inl              1981 sound/pci/ali5451/ali5451.c 			im->channel_regs[i][j] = inl(ALI_REG(chip, j*4 + 0xe0));
inl              2111 sound/pci/ali5451/ali5451.c 	if (inl(ALI_REG(codec, ALI_SCTRL)) & ALI_SCTRL_CODEC2_READY) {
inl              2113 sound/pci/ali5451/ali5451.c 		outl(inl(ALI_REG(codec, ALI_SCTRL)) |
inl              2131 sound/pci/ali5451/ali5451.c 		snd_iprintf(buf, "%02x: %08x\n", i, inl(ALI_REG(codec, i)));
inl               159 sound/pci/als300.c 	return inl(port+GCR_DATA);
inl               215 sound/pci/als4000.c 	return inl(iobase + reg);
inl               366 sound/pci/azt3328.c 	return inl(chip->codec_io + reg);
inl               333 sound/pci/ca0106/ca0106_main.c 	val = inl(emu->port + DATA);
inl               447 sound/pci/ca0106/ca0106_main.c 	intr_enable = inl(emu->port + INTE) | intrenb;
inl               458 sound/pci/ca0106/ca0106_main.c 	intr_enable = inl(emu->port + INTE) & ~intrenb;
inl               729 sound/pci/ca0106/ca0106_main.c 	hcfg = inl(emu->port + HCFG) ;
inl               819 sound/pci/ca0106/ca0106_main.c 	hcfg = inl(emu->port + HCFG) ;
inl              1155 sound/pci/ca0106/ca0106_main.c 	status = inl(chip->port + IPR);
inl               110 sound/pci/ca0106/ca0106_mixer.c 			mask = inl(emu->port + GPIO) & ~0x101;
inl               119 sound/pci/ca0106/ca0106_mixer.c 			mask = inl(emu->port + GPIO) | 0x101;
inl               284 sound/pci/ca0106/ca0106_mixer.c 			tmp = inl(emu->port+GPIO) & ~0x400;
inl               290 sound/pci/ca0106/ca0106_mixer.c 			tmp = inl(emu->port+GPIO) & ~0x400;
inl               325 sound/pci/ca0106/ca0106_proc.c 		value = inl(emu->port + i);
inl               522 sound/pci/cmipci.c 	return inl(cm->iobase + cmd);
inl               551 sound/pci/cmipci.c 	val = oval = inl(cm->iobase + cmd);
inl               562 sound/pci/cmipci.c 	val = oval = inl(cm->iobase + cmd);
inl                 6 sound/pci/cs5535audio/cs5535audio.h #define cs_readl(cs5535au, reg)		inl((cs5535au)->port + reg)
inl               240 sound/pci/emu10k1/emu10k1_main.c 		tmp = inl(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */
inl               267 sound/pci/emu10k1/emu10k1_main.c 		tmp = inl(emu->port + A_IOCFG);
inl               269 sound/pci/emu10k1/emu10k1_main.c 		tmp = inl(emu->port + A_IOCFG);
inl               325 sound/pci/emu10k1/emu10k1_main.c 			unsigned int reg = inl(emu->port + A_IOCFG);
inl               332 sound/pci/emu10k1/emu10k1_main.c 			unsigned int reg = inl(emu->port + HCFG);
inl               346 sound/pci/emu10k1/emu10k1_main.c 		unsigned int reg = inl(emu->port + A_IOCFG);
inl               358 sound/pci/emu10k1/emu10k1_main.c 	outl(inl(emu->port + HCFG) | HCFG_AUDIOENABLE, emu->port + HCFG);
inl               366 sound/pci/emu10k1/emu10k1_main.c 		outl(inl(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG);
inl               372 sound/pci/emu10k1/emu10k1_main.c 			outl(inl(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG);
inl               375 sound/pci/emu10k1/emu10k1_main.c 			outl(inl(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG);
inl               378 sound/pci/emu10k1/emu10k1_main.c 			outl(inl(emu->port + A_IOCFG) | 0x0080, emu->port + A_IOCFG);
inl               388 sound/pci/emu10k1/emu10k1_main.c 	tmp = inl(emu->port + HCFG);
inl               392 sound/pci/emu10k1/emu10k1_main.c 		if (tmp != (inl(emu->port + HCFG) & ~0x800)) {
inl               534 sound/pci/emu10k1/emu10k1_main.c 	hc_value = inl(hc_port) & ~(HOOKN_BIT | HANDN_BIT | PULSEN_BIT);
inl               603 sound/pci/emu10k1/emu10k1_main.c 	hc_value = inl(emu->port + HCFG);
inl               605 sound/pci/emu10k1/emu10k1_main.c 	inl(emu->port + HCFG);
inl               641 sound/pci/emu10k1/emu10k1_main.c 	value = inl(special_port);
inl               643 sound/pci/emu10k1/emu10k1_main.c 	value = inl(special_port);
inl               645 sound/pci/emu10k1/emu10k1_main.c 	value = inl(special_port);
inl               647 sound/pci/emu10k1/emu10k1_main.c 	value = inl(special_port);
inl               649 sound/pci/emu10k1/emu10k1_main.c 	value = inl(special_port);
inl               651 sound/pci/emu10k1/emu10k1_main.c 	value = inl(special_port);
inl               683 sound/pci/emu10k1/emu10k1_main.c 	write_post = inl(emu->port + A_IOCFG);
inl               686 sound/pci/emu10k1/emu10k1_main.c 	write_post = inl(emu->port + A_IOCFG);
inl               696 sound/pci/emu10k1/emu10k1_main.c 			write_post = inl(emu->port + A_IOCFG);
inl               698 sound/pci/emu10k1/emu10k1_main.c 			write_post = inl(emu->port + A_IOCFG);
inl               703 sound/pci/emu10k1/emu10k1_main.c 	write_post = inl(emu->port + A_IOCFG);
inl              2015 sound/pci/emu10k1/emu10k1_main.c 		emu->saved_a_iocfg = inl(emu->port + A_IOCFG);
inl              2016 sound/pci/emu10k1/emu10k1_main.c 	emu->saved_hcfg = inl(emu->port + HCFG);
inl               306 sound/pci/emu10k1/emu10k1x.c 	val = inl(emu->port + DATA);
inl               333 sound/pci/emu10k1/emu10k1x.c 	intr_enable = inl(emu->port + INTE) | intrenb;
inl               344 sound/pci/emu10k1/emu10k1x.c 	intr_enable = inl(emu->port + INTE) & ~intrenb;
inl               791 sound/pci/emu10k1/emu10k1x.c 	status = inl(chip->port + IPR);
inl              1016 sound/pci/emu10k1/emu10k1x.c 		value = inl(emu->port + i);
inl              2402 sound/pci/emu10k1/emufx.c 	outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG);
inl              2420 sound/pci/emu10k1/emufx.c 		outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG);
inl              2705 sound/pci/emu10k1/emufx.c 		outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG);
inl              2708 sound/pci/emu10k1/emufx.c 		outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG);
inl               882 sound/pci/emu10k1/emumixer.c 		gpio = inl(emu->port + A_IOCFG);
inl              1578 sound/pci/emu10k1/emumixer.c 		ucontrol->value.integer.value[0] = inl(emu->port + A_IOCFG) & A_IOCFG_GPOUT0 ? 1 : 0;
inl              1580 sound/pci/emu10k1/emumixer.c 		ucontrol->value.integer.value[0] = inl(emu->port + HCFG) & HCFG_GPOUT0 ? 1 : 0;
inl              1603 sound/pci/emu10k1/emumixer.c 		reg = inl(emu->port + A_IOCFG);
inl              1612 sound/pci/emu10k1/emumixer.c 	reg = inl(emu->port + HCFG);
inl               438 sound/pci/emu10k1/emuproc.c 		value = inl(emu->port + i);
inl               474 sound/pci/emu10k1/emuproc.c 	val = inl(emu->port + iobase + DATA);
inl                52 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl                59 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl                91 sound/pci/emu10k1/io.c 		data |= inl(emu->port + DATA) & ~mask;
inl               115 sound/pci/emu10k1/io.c 	val = inl(emu->port + 0x20 + DATA);
inl               283 sound/pci/emu10k1/io.c 	*value = ((inl(emu->port + A_IOCFG) >> 8) & 0x7f);
inl               308 sound/pci/emu10k1/io.c 	enable = inl(emu->port + INTE) | intrenb;
inl               319 sound/pci/emu10k1/io.c 	enable = inl(emu->port + INTE) & ~intrenb;
inl               333 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               337 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               353 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               357 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               390 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               394 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               410 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               414 sound/pci/emu10k1/io.c 		val = inl(emu->port + DATA);
inl               447 sound/pci/emu10k1/io.c 		sol = inl(emu->port + DATA);
inl               451 sound/pci/emu10k1/io.c 		sol = inl(emu->port + DATA);
inl               467 sound/pci/emu10k1/io.c 		sol = inl(emu->port + DATA);
inl               471 sound/pci/emu10k1/io.c 		sol = inl(emu->port + DATA);
inl               483 sound/pci/emu10k1/io.c 	curtime = inl(emu->port + WC) >> 6;
inl               487 sound/pci/emu10k1/io.c 			newtime = inl(emu->port + WC) >> 6;
inl                39 sound/pci/emu10k1/irq.c 	while (((status = inl(emu->port + IPR)) != 0) && (timeout < 1000)) {
inl               155 sound/pci/emu10k1/irq.c 			while ((status2 = inl(emu->port + IPR2)) != 0) {
inl               416 sound/pci/emu10k1/p16v.c 	enable = inl(emu->port + INTE2) | intrenb;
inl               427 sound/pci/emu10k1/p16v.c 	disable = inl(emu->port + INTE2) & (~intrenb);
inl               520 sound/pci/ens1370.c 		r = inl(ES_REG(ensoniq, 1371_SMPRATE));
inl               549 sound/pci/ens1370.c 			temp = inl(ES_REG(ensoniq, 1371_SMPRATE));
inl               591 sound/pci/ens1370.c 		if (!(inl(ES_REG(ensoniq, STATUS)) & ES_1370_CSTAT)) {
inl               598 sound/pci/ens1370.c 		   inl(ES_REG(ensoniq, STATUS)));
inl               613 sound/pci/ens1370.c 		if (!(inl(ES_REG(ensoniq, 1371_CODEC)) & ES_1371_CODEC_WIP)) {
inl               622 sound/pci/ens1370.c 				if ((inl(ES_REG(ensoniq, 1371_SMPRATE)) & 0x00870000) ==
inl               628 sound/pci/ens1370.c 				if ((inl(ES_REG(ensoniq, 1371_SMPRATE)) & 0x00870000) ==
inl               642 sound/pci/ens1370.c 		   ES_REG(ensoniq, 1371_CODEC), inl(ES_REG(ensoniq, 1371_CODEC)));
inl               654 sound/pci/ens1370.c 		if (!(inl(ES_REG(ensoniq, 1371_CODEC)) & ES_1371_CODEC_WIP)) {
inl               663 sound/pci/ens1370.c 				if ((inl(ES_REG(ensoniq, 1371_SMPRATE)) & 0x00870000) ==
inl               669 sound/pci/ens1370.c 				if ((inl(ES_REG(ensoniq, 1371_SMPRATE)) & 0x00870000) ==
inl               679 sound/pci/ens1370.c 				if (!(inl(ES_REG(ensoniq, 1371_CODEC)) & ES_1371_CODEC_WIP))
inl               684 sound/pci/ens1370.c 				if ((x = inl(ES_REG(ensoniq, 1371_CODEC))) & ES_1371_CODEC_RDY) {
inl               694 sound/pci/ens1370.c 					   inl(ES_REG(ensoniq, 1371_CODEC)));
inl               702 sound/pci/ens1370.c 		   ES_REG(ensoniq, 1371_CODEC), inl(ES_REG(ensoniq, 1371_CODEC)));
inl               999 sound/pci/ens1370.c 	if (inl(ES_REG(ensoniq, CONTROL)) & ES_DAC1_EN) {
inl              1001 sound/pci/ens1370.c 		ptr = ES_REG_FCURR_COUNTI(inl(ES_REG(ensoniq, DAC1_SIZE)));
inl              1016 sound/pci/ens1370.c 	if (inl(ES_REG(ensoniq, CONTROL)) & ES_DAC2_EN) {
inl              1018 sound/pci/ens1370.c 		ptr = ES_REG_FCURR_COUNTI(inl(ES_REG(ensoniq, DAC2_SIZE)));
inl              1033 sound/pci/ens1370.c 	if (inl(ES_REG(ensoniq, CONTROL)) & ES_ADC_EN) {
inl              1035 sound/pci/ens1370.c 		ptr = ES_REG_FCURR_COUNTI(inl(ES_REG(ensoniq, ADC_SIZE)));
inl              1981 sound/pci/ens1370.c 	inl(ES_REG(ensoniq, CONTROL));
inl              2370 sound/pci/ens1370.c 	status = inl(ES_REG(ensoniq, STATUS));
inl               797 sound/pci/es1938.c 	ptr = inl(SLDM_REG(chip, DMAADDR));
inl               819 sound/pci/es1938.c 	ptr = inl(SLIO_REG(chip, AUDIO2DMAADDR)) - chip->dma2_start;
inl               836 sound/pci/es1938.c 	ptr = inl(SLDM_REG(chip, DMAADDR)) - chip->dma1_start;
inl              1686 sound/pci/es1938.c 		       inl(SLDM_REG(chip, DMAADDR)));
inl              1688 sound/pci/es1938.c 		       inl(SLDM_REG(chip, DMASTATUS)));
inl              1706 sound/pci/es1938.c 		       inl(SLIO_REG(chip, AUDIO2DMAADDR)));
inl               751 sound/pci/es1968.c 	value = inl(chip->io_port + ASSP_DATA);
inl              2249 sound/pci/es1968.c 	n = inl(iobase + ESM_RING_BUS_CONTR_B);
inl               147 sound/pci/ice1712/ice1712.c 	return inl(ICEDS(ice, DATA));
inl               710 sound/pci/ice1712/ice1712.c 	ptr = inl(ICEREG(ice, CONCAP_ADDR)) - ice->capture_con_virt_addr;
inl               957 sound/pci/ice1712/ice1712.c 		old = inl(ICEMT(ice, PLAYBACK_CONTROL));
inl               983 sound/pci/ice1712/ice1712.c 		old = inl(ICEMT(ice, PLAYBACK_CONTROL));
inl              1104 sound/pci/ice1712/ice1712.c 	if (!(inl(ICEMT(ice, PLAYBACK_CONTROL)) & ICE1712_PLAYBACK_START))
inl              1117 sound/pci/ice1712/ice1712.c 	if (!(inl(ICEMT(ice, PLAYBACK_CONTROL)) & ICE1712_CAPTURE_START_SHADOW))
inl              1587 sound/pci/ice1712/ice1712.c 	snd_iprintf(buffer, "  CAPTURE          : 0x%08x\n", inl(ICEMT(ice, ROUTE_CAPTURE)));
inl              2052 sound/pci/ice1712/ice1712.c 	cval = inl(ICEMT(ice, ROUTE_CAPTURE));
inl              2100 sound/pci/ice1712/ice1712.c 	val = old_val = inl(ICEMT(ice, ROUTE_CAPTURE));
inl               755 sound/pci/ice1712/ice1724.c 	if (!(inl(ICEMT1724(ice, DMA_CONTROL)) & VT1724_PDMA0_START))
inl               758 sound/pci/ice1712/ice1724.c 	ptr = inl(ICEMT1724(ice, PLAYBACK_ADDR));
inl               771 sound/pci/ice1712/ice1724.c 	ptr = inl(ICEMT1724(ice, PLAYBACK_SIZE)) & 0xffffff;
inl               808 sound/pci/ice1712/ice1724.c 	if (!(inl(ICEMT1724(ice, DMA_CONTROL)) & reg->start))
inl               811 sound/pci/ice1712/ice1724.c 	ptr = inl(ice->profi_port + reg->addr);
inl              1461 sound/pci/ice1712/ice1724.c 		    (unsigned)inl(ICEMT1724(ice, ROUTE_PLAYBACK)));
inl              1954 sound/pci/ice1712/ice1724.c 	val = inl(ICEMT1724(ice, ROUTE_PLAYBACK));
inl              1978 sound/pci/ice1712/ice1724.c 	val = old_val = inl(ICEMT1724(ice, ROUTE_PLAYBACK));
inl               774 sound/pci/intel8x0.c 	       inl(port + 4), inb(port + ICH_REG_OFF_CR));
inl               471 sound/pci/intel8x0m.c 		       inl(port + 4), inb(port + ICH_REG_OFF_CR));
inl                41 sound/pci/oxygen/oxygen_io.c 	return inl(chip->addr + reg);
inl                91 sound/pci/oxygen/oxygen_io.c 	u32 tmp = inl(chip->addr + reg);
inl                72 sound/pci/pcxhr/pcxhr_core.c #define PCXHR_INPL(mgr,x)	inl((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x))
inl               178 sound/pci/riptide/riptide.c #define READ_PORT_ULONG(p)     inl((unsigned long)&(p))
inl              1955 sound/pci/riptide/riptide.c 			    (i % 16) ? ' ' : '\n', i, inl(chip->port + i));
inl               313 sound/pci/sis7019.c 	intr = inl(io + SIS_GISR);
inl               320 sound/pci/sis7019.c 		status = inl(io + SIS_PISR_A);
inl               326 sound/pci/sis7019.c 		status = inl(io + SIS_PISR_B);
inl               332 sound/pci/sis7019.c 		status = inl(io + SIS_RISR);
inl               342 sound/pci/sis7019.c 		intr = inl(io + SIS_GISR);
inl               969 sound/pci/sis7019.c 	val = inl(io + SIS_AC97_CMD) >> 16;
inl              1106 sound/pci/sis7019.c 	status = inl(io + SIS_AC97_STATUS);
inl               276 sound/pci/sonicvibes.c 	printk("program dmaa: addr = 0x%x, paddr = 0x%x\n", addr, inl(sonic->dmaa_port + SV_DMA_ADDR0));
inl               291 sound/pci/sonicvibes.c 	printk("program dmac: addr = 0x%x, paddr = 0x%x\n", addr, inl(sonic->dmac_port + SV_DMA_ADDR0));
inl               297 sound/pci/sonicvibes.c 	return (inl(sonic->dmaa_port + SV_DMA_COUNT0) & 0xffffff) + 1;
inl               303 sound/pci/sonicvibes.c 	return ((inl(sonic->dmac_port + SV_DMA_COUNT0) & 0xffffff) + 1) << 1;
inl                73 sound/pci/trident/trident_main.c 	val = inl(TRID_REG(trident, CH_LBA));
inl                75 sound/pci/trident/trident_main.c 	val = inl(TRID_REG(trident, CH_GVSEL_PAN_VOL_CTRL_EC));
inl                82 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, CH_DX_CSO_ALPHA_FMS));
inl                86 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, CH_DX_ESO_DELTA));
inl                89 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, CH_DX_FMC_RVOL_CVOL));
inl                91 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, CH_NX_DELTA_CSO));
inl                94 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, CH_NX_DELTA_ESO));
inl                98 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, CH_NX_ALPHA_FMS_FMC_RVOL_CVOL));
inl               132 sound/pci/trident/trident_main.c 			data = inl(TRID_REG(trident, DX_ACR1_AC97_R));
inl               141 sound/pci/trident/trident_main.c 			data = inl(TRID_REG(trident, treg));
inl               151 sound/pci/trident/trident_main.c 			data = inl(TRID_REG(trident, SI_AC97_READ));
inl               253 sound/pci/trident/trident_main.c 	val = inl(TRID_REG(trident, T4D_LFO_GC_CIR));
inl               280 sound/pci/trident/trident_main.c 	tmp = inl(TRID_REG(trident, T4D_LFO_GC_CIR));
inl               500 sound/pci/trident/trident_main.c 	printk("  regs[0] = 0x%x/0x%x\n", regs[0], inl(TRID_REG(trident, CH_START + 0)));
inl               501 sound/pci/trident/trident_main.c 	printk("  regs[1] = 0x%x/0x%x\n", regs[1], inl(TRID_REG(trident, CH_START + 4)));
inl               502 sound/pci/trident/trident_main.c 	printk("  regs[2] = 0x%x/0x%x\n", regs[2], inl(TRID_REG(trident, CH_START + 8)));
inl               503 sound/pci/trident/trident_main.c 	printk("  regs[3] = 0x%x/0x%x\n", regs[3], inl(TRID_REG(trident, CH_START + 12)));
inl               504 sound/pci/trident/trident_main.c 	printk("  regs[4] = 0x%x/0x%x\n", regs[4], inl(TRID_REG(trident, CH_START + 16)));
inl              1512 sound/pci/trident/trident_main.c 		temp = inl(TRID_REG(trident, T4D_LFO_GC_CIR));
inl              1515 sound/pci/trident/trident_main.c 		temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL));
inl              1563 sound/pci/trident/trident_main.c 	val = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff;
inl              1599 sound/pci/trident/trident_main.c 			val = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)) | SPDIF_EN;
inl              1605 sound/pci/trident/trident_main.c 	val = inl(TRID_REG(trident, T4D_AINTEN_B));
inl              1653 sound/pci/trident/trident_main.c 		cso = (unsigned int) inl(TRID_REG(trident, CH_NX_DELTA_CSO)) & 0x00ffffff;
inl              1715 sound/pci/trident/trident_main.c 	result = inl(TRID_REG(trident, NX_SPCTRL_SPCSO)) & 0x00ffffff;
inl              1952 sound/pci/trident/trident_main.c 		temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL));
inl              2358 sound/pci/trident/trident_main.c 			temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)) & ~SPDIF_EN;
inl              2551 sound/pci/trident/trident_main.c 	val = trident->ac97_ctrl = inl(TRID_REG(trident, NX_ACR0_AC97_COM_STAT));
inl              2565 sound/pci/trident/trident_main.c 	val = trident->ac97_ctrl = inl(TRID_REG(trident, NX_ACR0_AC97_COM_STAT));
inl              3006 sound/pci/trident/trident_main.c 	    (inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)) & SI_AC97_PRIMARY_READY) != 0) {
inl              3263 sound/pci/trident/trident_main.c 		if ((inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)) & SI_AC97_PRIMARY_READY) != 0)
inl              3267 sound/pci/trident/trident_main.c 	snd_printk(KERN_ERR "AC'97 codec ready error [0x%x]\n", inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)));
inl              3278 sound/pci/trident/trident_main.c 		if ((inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)) & SI_AC97_SECONDARY_READY) != 0)
inl              3432 sound/pci/trident/trident_main.c 		if ((inl(TRID_REG(trident, DX_ACR2_AC97_COM_STAT)) & 0x0010) != 0)
inl              3470 sound/pci/trident/trident_main.c 		if ((inl(TRID_REG(trident, NX_ACR0_AC97_COM_STAT)) & 0x0008) != 0)
inl              3474 sound/pci/trident/trident_main.c 	snd_printk(KERN_ERR "AC'97 codec ready error [0x%x]\n", inl(TRID_REG(trident, NX_ACR0_AC97_COM_STAT)));
inl              3730 sound/pci/trident/trident_main.c 	audio_int = inl(TRID_REG(trident, T4D_MISCINT));
inl              3736 sound/pci/trident/trident_main.c 		stimer = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff;
inl              3737 sound/pci/trident/trident_main.c 		chn_int = inl(TRID_REG(trident, T4D_AINT_A));
inl              3742 sound/pci/trident/trident_main.c 		chn_int = inl(TRID_REG(trident, T4D_AINT_B));
inl              3773 sound/pci/trident/trident_main.c 					tmp = inl(TRID_REG(trident, NX_SPCTRL_SPCSO)) & 0x00ffffff;
inl              3906 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, T4D_AINTEN_A));
inl              3911 sound/pci/trident/trident_main.c 		val = inl(TRID_REG(trident, T4D_AINTEN_B));
inl               503 sound/pci/via82xx.c 	return inl(VIAREG(chip, AC97));
inl               621 sound/pci/via82xx.c 	status = inl(VIAREG(chip, SGD_SHADOW));
inl               670 sound/pci/via82xx.c 	status = inl(VIAREG(chip, SGD_SHADOW));
inl               833 sound/pci/via82xx.c 	count = inl(VIADEV_REG(viadev, OFFSET_CURR_COUNT)) & 0xffffff;
inl               837 sound/pci/via82xx.c 	ptr = inl(VIADEV_REG(viadev, OFFSET_CURR_PTR));
inl               863 sound/pci/via82xx.c 	count = inl(VIADEV_REG(viadev, OFFSET_CURR_COUNT));
inl              2032 sound/pci/via82xx.c 		snd_iprintf(buffer, "%02x: %08x\n", i, inl(chip->port + i));
inl               364 sound/pci/via82xx_modem.c 	return inl(VIAREG(chip, AC97));
inl               484 sound/pci/via82xx_modem.c 	status = inl(VIAREG(chip, SGD_SHADOW));
inl               622 sound/pci/via82xx_modem.c 	count = inl(VIADEV_REG(viadev, OFFSET_CURR_COUNT)) & 0xffffff;
inl               626 sound/pci/via82xx_modem.c 	ptr = inl(VIADEV_REG(viadev, OFFSET_CURR_PTR));
inl               924 sound/pci/via82xx_modem.c 		snd_iprintf(buffer, "%02x: %08x\n", i, inl(chip->port + i));
inl               119 sound/pci/vx222/vx222_ops.c 	return inl(vx2_reg_addr(chip, offset));
inl               307 sound/pci/vx222/vx222_ops.c 			*addr++ = le32_to_cpu(inl(port));
inl               315 sound/pci/vx222/vx222_ops.c 		*addr++ = le32_to_cpu(inl(port));