outl               49 arch/x86/kernel/cpu/amd.c 			outl (0 | CBAR_KEY, CBAR);
outl               95 arch/x86/kernel/cpu/cpufreq/powernow-k6.c 	outl(outvalue , (POWERNOW_IOPORT + 0x8));
outl               64 arch/x86/kernel/geode_32.c 		outl(gpio & 0xFFFF, base + reg);
outl               68 arch/x86/kernel/geode_32.c 		outl(gpio, base + 0x80 + reg);
outl               81 arch/x86/kernel/geode_32.c 		outl((gpio & 0xFFFF) << 16, base + reg);
outl               85 arch/x86/kernel/geode_32.c 		outl(gpio, base + 0x80 + reg);
outl              160 arch/x86/kernel/geode_32.c 	outl(val, base + offset);
outl               37 arch/x86/kernel/reboot_fixups_32.c 	outl(0x80003840, 0xCF8);
outl               42 arch/x86/kernel/reboot_fixups_32.c 	outl(i, 0xCFC);
outl              101 arch/x86/kernel/scx200_32.c 	outl(index, scx200_gpio_base + 0x20);
outl              105 arch/x86/kernel/scx200_32.c 	outl(new_config, scx200_gpio_base + 0x24);
outl              162 arch/x86/kernel/visws_quirks.c 	outl(PIIX_SPECIAL_STOP, 0xCFC);
outl               46 arch/x86/mach-rdc321x/gpio.c 	outl((1 << 31) | (7 << 11) | addr, RDC3210_CFGREG_ADDR);
outl               47 arch/x86/mach-rdc321x/gpio.c 	outl(value, RDC3210_CFGREG_DATA);
outl               52 arch/x86/mach-rdc321x/gpio.c 	outl((1 << 31) | (7 << 11) | addr, RDC3210_CFGREG_ADDR);
outl               54 arch/x86/mach-rdc321x/gpio.c 	outl(value, RDC3210_CFGREG_DATA);
outl               59 arch/x86/mach-rdc321x/gpio.c 	outl((1 << 31) | (7 << 11) | addr, RDC3210_CFGREG_ADDR);
outl               32 arch/x86/pci/direct.c 	outl(PCI_CONF1_ADDRESS(bus, devfn, reg), 0xCF8);
outl               61 arch/x86/pci/direct.c 	outl(PCI_CONF1_ADDRESS(bus, devfn, reg), 0xCF8);
outl               71 arch/x86/pci/direct.c 		outl((u32)value, 0xCFC);
outl              163 arch/x86/pci/direct.c 		outl((u32)value, PCI_CONF2_ADDRESS(dev, reg));
outl              230 arch/x86/pci/direct.c 	outl(0x80000000, 0xCF8);
outl              234 arch/x86/pci/direct.c 	outl(tmp, 0xCF8);
outl               13 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
outl               23 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
outl               32 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
outl               42 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
outl               43 arch/x86/pci/early.c 	outl(val, 0xcfc);
outl               49 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
outl               56 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
outl               36 arch/x86/pci/numaq_32.c 		outl(val, 0xCF8);
outl              108 arch/x86/pci/numaq_32.c 			outl((u32)value, 0xCFC);
outl              593 fs/ncpfs/ioctl.c 			size_t outl;
outl              598 fs/ncpfs/ioctl.c 			outl = user.object_name_len;
outl              600 fs/ncpfs/ioctl.c 			if (outl > user.object_name_len)
outl              601 fs/ncpfs/ioctl.c 				outl = user.object_name_len;
outl              602 fs/ncpfs/ioctl.c 			if (outl) {
outl              605 fs/ncpfs/ioctl.c 						 outl)) return -EFAULT;
outl              618 fs/ncpfs/ioctl.c 			size_t outl;
outl              623 fs/ncpfs/ioctl.c 			outl = user.object_name_len;
outl              625 fs/ncpfs/ioctl.c 			if (outl > user.object_name_len)
outl              626 fs/ncpfs/ioctl.c 				outl = user.object_name_len;
outl              627 fs/ncpfs/ioctl.c 			if (outl) {
outl              630 fs/ncpfs/ioctl.c 						 outl)) return -EFAULT;
outl              703 fs/ncpfs/ioctl.c 			size_t outl;
outl              717 fs/ncpfs/ioctl.c 			outl = user.len;
outl              719 fs/ncpfs/ioctl.c 			if (outl > user.len) outl = user.len;
outl              720 fs/ncpfs/ioctl.c 			if (outl) {
outl              723 fs/ncpfs/ioctl.c 						 outl)) return -EFAULT;
outl              178 include/asm-frv/io.h #define outl_p(x,addr)	outl(x,addr)
outl              118 include/asm-mn10300/io.h #define outl_p(x, addr)	outl((x), (addr))
outl              182 include/asm-mn10300/io.h 			outl(*buf++, addr);
outl               40 include/asm-mn10300/unit-asb2303/smc91111.h #define SMC_outl(v, a, r)	outl(v, (unsigned long) ((a) + (r)))
outl              211 include/asm-parisc/io.h #define outl_p outl
outl              227 include/asm-parisc/io.h extern void outl(unsigned int b, int addr);
outl              177 include/asm-parisc/pci.h 	void (*outl) (struct pci_hba_data *hba, u16 port, u32 data);
outl              149 include/asm-xtensa/io.h #define outl_p(val, port)	outl((val), (port))
outl              104 lib/iomap.c    #define pio_write32be(val,port) outl(swab32(val),port)
outl              126 lib/iomap.c    	IO_COND(addr, outl(val,port), writel(val, addr));
outl              303 sound/pci/ali5451/ali5451.c 	outl((unsigned int)val, ALI_REG(codec, port));
outl              416 sound/pci/ali5451/ali5451.c 		outl((val << ALI_AC97_GPIO_DATA_SHIFT) | ALI_AC97_GPIO_ENABLE,
outl              525 sound/pci/ali5451/ali5451.c 	outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
outl              535 sound/pci/ali5451/ali5451.c 	outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
outl              545 sound/pci/ali5451/ali5451.c 	outl( gc, ALI_REG(codec, ALI_GC_CIR));
outl              555 sound/pci/ali5451/ali5451.c 	outl(gc, ALI_REG(codec, ALI_GC_CIR));
outl              570 sound/pci/ali5451/ali5451.c 	outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
outl              585 sound/pci/ali5451/ali5451.c 	outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
outl              680 sound/pci/ali5451/ali5451.c 	outl(mask, ALI_REG(codec,codec->chregs.regs.start));
outl              689 sound/pci/ali5451/ali5451.c 	outl(mask, ALI_REG(codec, codec->chregs.regs.stop));
outl              798 sound/pci/ali5451/ali5451.c 	outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
outl              813 sound/pci/ali5451/ali5451.c 	outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
outl              966 sound/pci/ali5451/ali5451.c 	outl(mask,ALI_REG(codec,pchregs->regs.aint));
outl              991 sound/pci/ali5451/ali5451.c 	outl((TARGET_REACHED | MIXER_OVERFLOW | MIXER_UNDERFLOW),
outl             1093 sound/pci/ali5451/ali5451.c 	outl(ctlcmds[0], ALI_REG(codec, ALI_CSO_ALPHA_FMS));
outl             1094 sound/pci/ali5451/ali5451.c 	outl(ctlcmds[1], ALI_REG(codec, ALI_LBA));
outl             1095 sound/pci/ali5451/ali5451.c 	outl(ctlcmds[2], ALI_REG(codec, ALI_ESO_DELTA));
outl             1096 sound/pci/ali5451/ali5451.c 	outl(ctlcmds[3], ALI_REG(codec, ALI_GVSEL_PAN_VOC_CTRL_EC));
outl             1098 sound/pci/ali5451/ali5451.c 	outl(0x30000000, ALI_REG(codec, ALI_EBUF1));	/* Still Mode */
outl             1099 sound/pci/ali5451/ali5451.c 	outl(0x30000000, ALI_REG(codec, ALI_EBUF2));	/* Still Mode */
outl             1208 sound/pci/ali5451/ali5451.c 		outl(what, ALI_REG(codec, ALI_STOP));
outl             1214 sound/pci/ali5451/ali5451.c 	outl(val, ALI_REG(codec, ALI_AINTEN));
outl             1216 sound/pci/ali5451/ali5451.c 		outl(what, ALI_REG(codec, ALI_START));
outl             1970 sound/pci/ali5451/ali5451.c 	outl(0, ALI_REG(chip, ALI_MISCINT));
outl             1985 sound/pci/ali5451/ali5451.c 	outl(0xffffffff, ALI_REG(chip, ALI_STOP));
outl             2021 sound/pci/ali5451/ali5451.c 			outl(im->channel_regs[i][j], ALI_REG(chip, j*4 + 0xe0));
outl             2028 sound/pci/ali5451/ali5451.c 		outl(im->regs[i], ALI_REG(chip, i*4));
outl             2032 sound/pci/ali5451/ali5451.c 	outl(im->regs[ALI_START >> 2], ALI_REG(chip, ALI_START));
outl             2034 sound/pci/ali5451/ali5451.c 	outl(im->regs[ALI_MISCINT >> 2], ALI_REG(chip, ALI_MISCINT));
outl             2094 sound/pci/ali5451/ali5451.c 	outl(0x80000001, ALI_REG(codec, ALI_GLOBAL_CONTROL));
outl             2095 sound/pci/ali5451/ali5451.c 	outl(0x00000000, ALI_REG(codec, ALI_AINTEN));
outl             2096 sound/pci/ali5451/ali5451.c 	outl(0xffffffff, ALI_REG(codec, ALI_AINT));
outl             2097 sound/pci/ali5451/ali5451.c 	outl(0x00000000, ALI_REG(codec, ALI_VOLUME));
outl             2113 sound/pci/ali5451/ali5451.c 		outl(inl(ALI_REG(codec, ALI_SCTRL)) |
outl              166 sound/pci/als300.c 	outl(val, port+GCR_DATA);
outl              293 sound/pci/als300.c 	outl((reg << 24) | (1 << 31), chip->port+AC97_ACCESS);
outl              314 sound/pci/als300.c 	outl((reg << 24) | val, chip->port+AC97_ACCESS);
outl              203 sound/pci/als4000.c 	outl(val, iobase + reg);
outl              360 sound/pci/azt3328.c 	outl(value, chip->codec_io + reg);
outl             1041 sound/pci/azt3328.c 		outl(addr, portbase + IDX_IO_PLAY_DMA_START_1);
outl             1042 sound/pci/azt3328.c 		outl(addr_area2, portbase + IDX_IO_PLAY_DMA_START_2);
outl             1043 sound/pci/azt3328.c 		outl(count_areas, portbase + IDX_IO_PLAY_DMA_LEN_1);
outl              332 sound/pci/ca0106/ca0106_main.c 	outl(regptr, emu->port + PTR);
outl              349 sound/pci/ca0106/ca0106_main.c 	outl(regptr, emu->port + PTR);
outl              350 sound/pci/ca0106/ca0106_main.c 	outl(data, emu->port + DATA);
outl              448 sound/pci/ca0106/ca0106_main.c 	outl(intr_enable, emu->port + INTE);
outl              459 sound/pci/ca0106/ca0106_main.c 	outl(intr_enable, emu->port + INTE);
outl              731 sound/pci/ca0106/ca0106_main.c 	outl(hcfg, emu->port + HCFG);
outl              821 sound/pci/ca0106/ca0106_main.c 	outl(hcfg, emu->port + HCFG);
outl             1112 sound/pci/ca0106/ca0106_main.c 		outl(0, chip->port + INTE);
outl             1117 sound/pci/ca0106/ca0106_main.c 		outl(0, chip->port + HCFG);
outl             1202 sound/pci/ca0106/ca0106_main.c 	outl(status, chip->port+IPR);
outl             1389 sound/pci/ca0106/ca0106_main.c 	outl(0, chip->port + INTE);
outl             1487 sound/pci/ca0106/ca0106_main.c 		outl(0x0, chip->port+GPIO);
outl             1489 sound/pci/ca0106/ca0106_main.c 		outl(0x005f5301, chip->port+GPIO); /* Analog */
outl             1492 sound/pci/ca0106/ca0106_main.c 		outl(0x0, chip->port+GPIO);
outl             1494 sound/pci/ca0106/ca0106_main.c 		outl(0x005f5301, chip->port+GPIO); /* Analog */
outl             1496 sound/pci/ca0106/ca0106_main.c 		outl(0x0, chip->port+GPIO);
outl             1497 sound/pci/ca0106/ca0106_main.c 		outl(0x005f03a3, chip->port+GPIO); /* Analog */
outl             1505 sound/pci/ca0106/ca0106_main.c 	outl(HCFG_AC97 | HCFG_AUDIOENABLE, chip->port+HCFG); /* AC97 2.0, Enable outputs. */
outl              111 sound/pci/ca0106/ca0106_mixer.c 			outl(mask, emu->port + GPIO);
outl              120 sound/pci/ca0106/ca0106_mixer.c 			outl(mask, emu->port + GPIO);
outl              286 sound/pci/ca0106/ca0106_mixer.c 			outl(tmp, emu->port+GPIO);
outl              291 sound/pci/ca0106/ca0106_mixer.c 			outl(tmp, emu->port+GPIO);
outl              309 sound/pci/ca0106/ca0106_proc.c 			outl(val, emu->port + (reg & 0xfffffffc));
outl              517 sound/pci/cmipci.c 	outl(data, cm->iobase + cmd);
outl              555 sound/pci/cmipci.c 	outl(val, cm->iobase + cmd);
outl              566 sound/pci/cmipci.c 	outl(val, cm->iobase + cmd);
outl                4 sound/pci/cs5535audio/cs5535audio.h #define cs_writel(cs5535au, reg, val)	outl(val, (cs5535au)->port + reg)
outl              164 sound/pci/emu10k1/emu10k1_main.c 	outl(HCFG_LOCKSOUNDCACHE | HCFG_LOCKTANKCACHE_MASK | HCFG_MUTEBUTTONENABLE,
outl              176 sound/pci/emu10k1/emu10k1_main.c 	outl(0, emu->port + INTE);
outl              213 sound/pci/emu10k1/emu10k1_main.c 		outl(0x0201, emu->port + HCFG2);
outl              227 sound/pci/emu10k1/emu10k1_main.c 		outl(0x600000, emu->port + 0x20);
outl              228 sound/pci/emu10k1/emu10k1_main.c 		outl(0x14, emu->port + 0x24);
outl              231 sound/pci/emu10k1/emu10k1_main.c 		outl(0x7b0000, emu->port + 0x20);
outl              232 sound/pci/emu10k1/emu10k1_main.c 		outl(0xFF000000, emu->port + 0x24);
outl              238 sound/pci/emu10k1/emu10k1_main.c 		outl(0x7a0000, emu->port + 0x20);
outl              239 sound/pci/emu10k1/emu10k1_main.c 		outl(0xFF000000, emu->port + 0x24);
outl              241 sound/pci/emu10k1/emu10k1_main.c 		outl(tmp, emu->port + A_IOCFG);
outl              261 sound/pci/emu10k1/emu10k1_main.c 		outl(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */
outl              268 sound/pci/emu10k1/emu10k1_main.c 		outl(tmp | 0x4, emu->port + A_IOCFG);  /* Set bit 2 for mic input */
outl              291 sound/pci/emu10k1/emu10k1_main.c 		outl(HCFG_AUTOMUTE_ASYNC |
outl              303 sound/pci/emu10k1/emu10k1_main.c 			outl(HCFG_AUDIOENABLE |
outl              308 sound/pci/emu10k1/emu10k1_main.c 			outl(HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
outl              314 sound/pci/emu10k1/emu10k1_main.c 		outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE, emu->port + HCFG);
outl              317 sound/pci/emu10k1/emu10k1_main.c 		outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
outl              326 sound/pci/emu10k1/emu10k1_main.c 			outl(reg | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
outl              328 sound/pci/emu10k1/emu10k1_main.c 			outl(reg | A_IOCFG_GPOUT1 | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
outl              330 sound/pci/emu10k1/emu10k1_main.c 			outl(reg, emu->port + A_IOCFG);
outl              333 sound/pci/emu10k1/emu10k1_main.c 			outl(reg | HCFG_GPOUT2, emu->port + HCFG);
outl              335 sound/pci/emu10k1/emu10k1_main.c 			outl(reg | HCFG_GPOUT1 | HCFG_GPOUT2, emu->port + HCFG);
outl              337 sound/pci/emu10k1/emu10k1_main.c 			outl(reg, emu->port + HCFG);
outl              347 sound/pci/emu10k1/emu10k1_main.c 		outl(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG);
outl              358 sound/pci/emu10k1/emu10k1_main.c 	outl(inl(emu->port + HCFG) | HCFG_AUDIOENABLE, emu->port + HCFG);
outl              366 sound/pci/emu10k1/emu10k1_main.c 		outl(inl(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG);
outl              372 sound/pci/emu10k1/emu10k1_main.c 			outl(inl(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG);
outl              375 sound/pci/emu10k1/emu10k1_main.c 			outl(inl(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG);
outl              378 sound/pci/emu10k1/emu10k1_main.c 			outl(inl(emu->port + A_IOCFG) | 0x0080, emu->port + A_IOCFG);
outl              390 sound/pci/emu10k1/emu10k1_main.c 		outl(tmp|0x800, emu->port + HCFG);
outl              394 sound/pci/emu10k1/emu10k1_main.c 			outl(tmp, emu->port + HCFG);
outl              407 sound/pci/emu10k1/emu10k1_main.c 	outl(0, emu->port + INTE);
outl              443 sound/pci/emu10k1/emu10k1_main.c 	outl(HCFG_LOCKSOUNDCACHE | HCFG_LOCKTANKCACHE_MASK | HCFG_MUTEBUTTONENABLE, emu->port + HCFG);
outl              535 sound/pci/emu10k1/emu10k1_main.c 	outl(hc_value, hc_port);
outl              543 sound/pci/emu10k1/emu10k1_main.c 		outl(hc_value | data, hc_port);
outl              546 sound/pci/emu10k1/emu10k1_main.c 		outl(hc_value | data | HANDN_BIT, hc_port);
outl              547 sound/pci/emu10k1/emu10k1_main.c 		outl(hc_value | data, hc_port);
outl              551 sound/pci/emu10k1/emu10k1_main.c 	outl(hc_value | HOOKN_BIT, hc_port);
outl              552 sound/pci/emu10k1/emu10k1_main.c 	outl(hc_value, hc_port);
outl              604 sound/pci/emu10k1/emu10k1_main.c 	outl(hc_value | HCFG_AUDIOENABLE | HCFG_CODECFORMAT_I2S, emu->port + HCFG);
outl              642 sound/pci/emu10k1/emu10k1_main.c 	outl(0x00d00000, special_port);
outl              644 sound/pci/emu10k1/emu10k1_main.c 	outl(0x00d00001, special_port);
outl              646 sound/pci/emu10k1/emu10k1_main.c 	outl(0x00d0005f, special_port);
outl              648 sound/pci/emu10k1/emu10k1_main.c 	outl(0x00d0007f, special_port);
outl              650 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0090007f, special_port);
outl              682 sound/pci/emu10k1/emu10k1_main.c 	outl(0x00, emu->port + A_IOCFG); /* Set PGMN low for 1uS. */
outl              685 sound/pci/emu10k1/emu10k1_main.c 	outl(0x80, emu->port + A_IOCFG); /* Leave bit 7 set during netlist setup. */
outl              695 sound/pci/emu10k1/emu10k1_main.c 			outl(reg, emu->port + A_IOCFG);
outl              697 sound/pci/emu10k1/emu10k1_main.c 			outl(reg | 0x40, emu->port + A_IOCFG);
outl              702 sound/pci/emu10k1/emu10k1_main.c 	outl(0x10, emu->port + A_IOCFG);
outl              816 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0005a00c, emu->port + HCFG);
outl              821 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0005a004, emu->port + HCFG); 
outl              825 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0005a000, emu->port + HCFG);
outl              829 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0005a000, emu->port + HCFG);
outl             1076 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0000a000, emu->port + HCFG); 
outl             1081 sound/pci/emu10k1/emu10k1_main.c 	outl(0x0000a001, emu->port + HCFG);
outl             2042 sound/pci/emu10k1/emu10k1_main.c 		outl(emu->saved_a_iocfg, emu->port + A_IOCFG);
outl             2043 sound/pci/emu10k1/emu10k1_main.c 	outl(emu->saved_hcfg, emu->port + HCFG);
outl              305 sound/pci/emu10k1/emu10k1x.c 	outl(regptr, emu->port + PTR);
outl              322 sound/pci/emu10k1/emu10k1x.c 	outl(regptr, emu->port + PTR);
outl              323 sound/pci/emu10k1/emu10k1x.c 	outl(data, emu->port + DATA);
outl              334 sound/pci/emu10k1/emu10k1x.c 	outl(intr_enable, emu->port + INTE);
outl              345 sound/pci/emu10k1/emu10k1x.c 	outl(intr_enable, emu->port + INTE);
outl              354 sound/pci/emu10k1/emu10k1x.c 	outl(value, emu->port + GPIO);
outl              753 sound/pci/emu10k1/emu10k1x.c 	outl(0, chip->port + INTE);
outl              755 sound/pci/emu10k1/emu10k1x.c 	outl(HCFG_LOCKSOUNDCACHE, chip->port + HCFG);
outl              827 sound/pci/emu10k1/emu10k1x.c 	outl(status, chip->port + IPR);
outl              950 sound/pci/emu10k1/emu10k1x.c 	outl(0, chip->port + INTE);	
outl              994 sound/pci/emu10k1/emu10k1x.c 	outl(HCFG_LOCKSOUNDCACHE|HCFG_AUDIOENABLE, chip->port+HCFG);
outl             2402 sound/pci/emu10k1/emufx.c 	outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG);
outl             2420 sound/pci/emu10k1/emufx.c 		outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG);
outl             2705 sound/pci/emu10k1/emufx.c 		outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG);
outl             2708 sound/pci/emu10k1/emufx.c 		outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG);
outl              884 sound/pci/emu10k1/emumixer.c 			outl(gpio | 0x4, emu->port + A_IOCFG);
outl              886 sound/pci/emu10k1/emumixer.c 			outl(gpio & ~0x4, emu->port + A_IOCFG);
outl             1609 sound/pci/emu10k1/emumixer.c 			outl(reg | val, emu->port + A_IOCFG);
outl             1618 sound/pci/emu10k1/emumixer.c 		outl(reg | val, emu->port + HCFG);
outl              787 sound/pci/emu10k1/emupcm.c 		outl(epcm->capture_ipr, emu->port + IPR);
outl              813 sound/pci/emu10k1/emupcm.c 		outl(epcm->capture_ipr, emu->port + IPR);
outl              456 sound/pci/emu10k1/emuproc.c 			outl(val, emu->port + (reg & 0xfffffffc));
outl              473 sound/pci/emu10k1/emuproc.c 	outl(regptr, emu->port + iobase + PTR);
outl              491 sound/pci/emu10k1/emuproc.c 	outl(regptr, emu->port + iobase + PTR);
outl              492 sound/pci/emu10k1/emuproc.c 	outl(data, emu->port + iobase + DATA);
outl               51 sound/pci/emu10k1/io.c 		outl(regptr, emu->port + PTR);
outl               58 sound/pci/emu10k1/io.c 		outl(regptr, emu->port + PTR);
outl               90 sound/pci/emu10k1/io.c 		outl(regptr, emu->port + PTR);
outl               92 sound/pci/emu10k1/io.c 		outl(data, emu->port + DATA);
outl               96 sound/pci/emu10k1/io.c 		outl(regptr, emu->port + PTR);
outl               97 sound/pci/emu10k1/io.c 		outl(data, emu->port + DATA);
outl              114 sound/pci/emu10k1/io.c 	outl(regptr, emu->port + 0x20 + PTR);
outl              131 sound/pci/emu10k1/io.c 	outl(regptr, emu->port + 0x20 + PTR);
outl              132 sound/pci/emu10k1/io.c 	outl(data, emu->port + 0x20 + DATA);
outl              260 sound/pci/emu10k1/io.c 	outl(reg, emu->port + A_IOCFG);
outl              262 sound/pci/emu10k1/io.c 	outl(reg | 0x80, emu->port + A_IOCFG);  /* High bit clocks the value into the fpga. */
outl              264 sound/pci/emu10k1/io.c 	outl(value, emu->port + A_IOCFG);
outl              266 sound/pci/emu10k1/io.c 	outl(value | 0x80 , emu->port + A_IOCFG);  /* High bit clocks the value into the fpga. */
outl              279 sound/pci/emu10k1/io.c 	outl(reg, emu->port + A_IOCFG);
outl              281 sound/pci/emu10k1/io.c 	outl(reg | 0x80, emu->port + A_IOCFG);  /* High bit clocks the value into the fpga. */
outl              309 sound/pci/emu10k1/io.c 	outl(enable, emu->port + INTE);
outl              320 sound/pci/emu10k1/io.c 	outl(enable, emu->port + INTE);
outl              332 sound/pci/emu10k1/io.c 		outl(CLIEH << 16, emu->port + PTR);
outl              336 sound/pci/emu10k1/io.c 		outl(CLIEL << 16, emu->port + PTR);
outl              340 sound/pci/emu10k1/io.c 	outl(val, emu->port + DATA);
outl              352 sound/pci/emu10k1/io.c 		outl(CLIEH << 16, emu->port + PTR);
outl              356 sound/pci/emu10k1/io.c 		outl(CLIEL << 16, emu->port + PTR);
outl              360 sound/pci/emu10k1/io.c 	outl(val, emu->port + DATA);
outl              371 sound/pci/emu10k1/io.c 		outl(CLIPH << 16, emu->port + PTR);
outl              374 sound/pci/emu10k1/io.c 		outl(CLIPL << 16, emu->port + PTR);
outl              377 sound/pci/emu10k1/io.c 	outl(voicenum, emu->port + DATA);
outl              389 sound/pci/emu10k1/io.c 		outl(HLIEH << 16, emu->port + PTR);
outl              393 sound/pci/emu10k1/io.c 		outl(HLIEL << 16, emu->port + PTR);
outl              397 sound/pci/emu10k1/io.c 	outl(val, emu->port + DATA);
outl              409 sound/pci/emu10k1/io.c 		outl(HLIEH << 16, emu->port + PTR);
outl              413 sound/pci/emu10k1/io.c 		outl(HLIEL << 16, emu->port + PTR);
outl              417 sound/pci/emu10k1/io.c 	outl(val, emu->port + DATA);
outl              428 sound/pci/emu10k1/io.c 		outl(HLIPH << 16, emu->port + PTR);
outl              431 sound/pci/emu10k1/io.c 		outl(HLIPL << 16, emu->port + PTR);
outl              434 sound/pci/emu10k1/io.c 	outl(voicenum, emu->port + DATA);
outl              446 sound/pci/emu10k1/io.c 		outl(SOLEH << 16, emu->port + PTR);
outl              450 sound/pci/emu10k1/io.c 		outl(SOLEL << 16, emu->port + PTR);
outl              454 sound/pci/emu10k1/io.c 	outl(sol, emu->port + DATA);
outl              466 sound/pci/emu10k1/io.c 		outl(SOLEH << 16, emu->port + PTR);
outl              470 sound/pci/emu10k1/io.c 		outl(SOLEL << 16, emu->port + PTR);
outl              474 sound/pci/emu10k1/io.c 	outl(sol, emu->port + DATA);
outl              176 sound/pci/emu10k1/irq.c 				outl(orig_status2, emu->port + IPR2); /* ack all */
outl              202 sound/pci/emu10k1/irq.c 		outl(orig_status, emu->port + IPR); /* ack all */
outl              417 sound/pci/emu10k1/p16v.c 	outl(enable, emu->port + INTE2);
outl              428 sound/pci/emu10k1/p16v.c 	outl(disable, emu->port + INTE2);
outl              541 sound/pci/ens1370.c 	outl(r, ES_REG(ensoniq, 1371_SMPRATE));
outl              559 sound/pci/ens1370.c 	outl(r, ES_REG(ensoniq, 1371_SMPRATE));
outl              573 sound/pci/ens1370.c 	outl(r | ES_1371_SRC_RAM_WE, ES_REG(ensoniq, 1371_SMPRATE));
outl              616 sound/pci/ens1370.c 			outl((x & (ES_1371_SRC_DISABLE | ES_1371_DIS_P1 |
outl              632 sound/pci/ens1370.c 			outl(ES_1371_CODEC_WRITE(reg, val), ES_REG(ensoniq, 1371_CODEC));
outl              635 sound/pci/ens1370.c 			outl(x, ES_REG(ensoniq, 1371_SMPRATE));
outl              657 sound/pci/ens1370.c 			outl((x & (ES_1371_SRC_DISABLE | ES_1371_DIS_P1 |
outl              673 sound/pci/ens1370.c 			outl(ES_1371_CODEC_READS(reg), ES_REG(ensoniq, 1371_CODEC));
outl              676 sound/pci/ens1370.c 			outl(x, ES_REG(ensoniq, 1371_SMPRATE));
outl              756 sound/pci/ens1370.c 	outl(r, ES_REG(ensoniq, 1371_SMPRATE));
outl              764 sound/pci/ens1370.c 	outl(r, ES_REG(ensoniq, 1371_SMPRATE));
outl              777 sound/pci/ens1370.c 	outl(r, ES_REG(ensoniq, 1371_SMPRATE));
outl              786 sound/pci/ens1370.c 	outl(r, ES_REG(ensoniq, 1371_SMPRATE));
outl              816 sound/pci/ens1370.c 		outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl              842 sound/pci/ens1370.c 		outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl              888 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl              889 sound/pci/ens1370.c 	outl(ES_MEM_PAGEO(ES_PAGE_DAC), ES_REG(ensoniq, MEM_PAGE));
outl              890 sound/pci/ens1370.c 	outl(runtime->dma_addr, ES_REG(ensoniq, DAC1_FRAME));
outl              891 sound/pci/ens1370.c 	outl((ensoniq->p1_dma_size >> 2) - 1, ES_REG(ensoniq, DAC1_SIZE));
outl              894 sound/pci/ens1370.c 	outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl              895 sound/pci/ens1370.c 	outl((ensoniq->p1_period_size >> snd_ensoniq_sample_shift[mode]) - 1,
outl              907 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl              929 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl              930 sound/pci/ens1370.c 	outl(ES_MEM_PAGEO(ES_PAGE_DAC), ES_REG(ensoniq, MEM_PAGE));
outl              931 sound/pci/ens1370.c 	outl(runtime->dma_addr, ES_REG(ensoniq, DAC2_FRAME));
outl              932 sound/pci/ens1370.c 	outl((ensoniq->p2_dma_size >> 2) - 1, ES_REG(ensoniq, DAC2_SIZE));
outl              937 sound/pci/ens1370.c 	outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl              938 sound/pci/ens1370.c 	outl((ensoniq->p2_period_size >> snd_ensoniq_sample_shift[mode]) - 1,
outl              947 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl              969 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl              970 sound/pci/ens1370.c 	outl(ES_MEM_PAGEO(ES_PAGE_ADC), ES_REG(ensoniq, MEM_PAGE));
outl              971 sound/pci/ens1370.c 	outl(runtime->dma_addr, ES_REG(ensoniq, ADC_FRAME));
outl              972 sound/pci/ens1370.c 	outl((ensoniq->c_dma_size >> 2) - 1, ES_REG(ensoniq, ADC_SIZE));
outl              975 sound/pci/ens1370.c 	outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl              976 sound/pci/ens1370.c 	outl((ensoniq->c_period_size >> snd_ensoniq_sample_shift[mode]) - 1,
outl              985 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1000 sound/pci/ens1370.c 		outl(ES_MEM_PAGEO(ES_PAGE_DAC), ES_REG(ensoniq, MEM_PAGE));
outl             1017 sound/pci/ens1370.c 		outl(ES_MEM_PAGEO(ES_PAGE_DAC), ES_REG(ensoniq, MEM_PAGE));
outl             1034 sound/pci/ens1370.c 		outl(ES_MEM_PAGEO(ES_PAGE_ADC), ES_REG(ensoniq, MEM_PAGE));
outl             1368 sound/pci/ens1370.c 		outl(val, ES_REG(ensoniq, CHANNEL_STATUS));
outl             1412 sound/pci/ens1370.c 		outl(val, ES_REG(ensoniq, CHANNEL_STATUS));
outl             1449 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1450 sound/pci/ens1370.c 	outl(ensoniq->cssr, ES_REG(ensoniq, STATUS));
outl             1514 sound/pci/ens1370.c 	outl(ensoniq->cssr, ES_REG(ensoniq, STATUS));
outl             1559 sound/pci/ens1370.c 		outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1643 sound/pci/ens1370.c 		outl(ensoniq->spdif_default, ES_REG(ensoniq, CHANNEL_STATUS));
outl             1713 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1839 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1854 sound/pci/ens1370.c 		outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1908 sound/pci/ens1370.c 	outl(ES_1370_SERR_DISABLE, ES_REG(ensoniq, CONTROL));	/* switch everything off */
outl             1909 sound/pci/ens1370.c 	outl(0, ES_REG(ensoniq, SERIAL));	/* clear serial interface */
outl             1911 sound/pci/ens1370.c 	outl(0, ES_REG(ensoniq, CONTROL));	/* switch everything off */
outl             1912 sound/pci/ens1370.c 	outl(0, ES_REG(ensoniq, SERIAL));	/* clear serial interface */
outl             1964 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1965 sound/pci/ens1370.c 	outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl             1966 sound/pci/ens1370.c 	outl(ES_MEM_PAGEO(ES_PAGE_ADC), ES_REG(ensoniq, MEM_PAGE));
outl             1967 sound/pci/ens1370.c 	outl(ensoniq->dma_bug.addr, ES_REG(ensoniq, PHANTOM_FRAME));
outl             1968 sound/pci/ens1370.c 	outl(0, ES_REG(ensoniq, PHANTOM_COUNT));
outl             1970 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1971 sound/pci/ens1370.c 	outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl             1972 sound/pci/ens1370.c 	outl(0, ES_REG(ensoniq, 1371_LEGACY));
outl             1974 sound/pci/ens1370.c 	    outl(ensoniq->cssr, ES_REG(ensoniq, STATUS));
outl             1980 sound/pci/ens1370.c 	outl(ensoniq->ctrl | ES_1371_SYNC_RES, ES_REG(ensoniq, CONTROL));
outl             1983 sound/pci/ens1370.c 	outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL));
outl             1986 sound/pci/ens1370.c 	outl(ES_1371_SRC_DISABLE, ES_REG(ensoniq, 1371_SMPRATE));
outl             2009 sound/pci/ens1370.c 	outl(0, ES_REG(ensoniq, 1371_SMPRATE));
outl             2011 sound/pci/ens1370.c 	outl(ES_1371_CODEC_WRITE(0, 0), ES_REG(ensoniq, 1371_CODEC));
outl             2015 sound/pci/ens1370.c 	outl(ensoniq->cssr, ES_REG(ensoniq, STATUS));
outl             2208 sound/pci/ens1370.c 		outl(ensoniq->ctrl |= ES_UART_EN, ES_REG(ensoniq, CONTROL));
outl             2221 sound/pci/ens1370.c 		outl(ensoniq->ctrl &= ~ES_UART_EN, ES_REG(ensoniq, CONTROL));
outl             2241 sound/pci/ens1370.c 		outl(ensoniq->ctrl |= ES_UART_EN, ES_REG(ensoniq, CONTROL));
outl             2254 sound/pci/ens1370.c 		outl(ensoniq->ctrl &= ~ES_UART_EN, ES_REG(ensoniq, CONTROL));
outl             2382 sound/pci/ens1370.c 	outl(sctrl, ES_REG(ensoniq, SERIAL));
outl             2383 sound/pci/ens1370.c 	outl(ensoniq->sctrl, ES_REG(ensoniq, SERIAL));
outl              502 sound/pci/es1938.c 	outl(chip->dma2_start, SLIO_REG(chip, AUDIO2DMAADDR));
outl              516 sound/pci/es1938.c 	outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
outl              531 sound/pci/es1938.c 	outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
outl              739 sound/pci/es1968.c 	outl(reg, chip->io_port + ASSP_INDEX);
outl              740 sound/pci/es1968.c 	outl(value, chip->io_port + ASSP_DATA);
outl              750 sound/pci/es1968.c 	outl(reg, chip->io_port + ASSP_INDEX);
outl             2252 sound/pci/es1968.c 	outl(n, iobase + ESM_RING_BUS_CONTR_B);
outl              456 sound/pci/fm801.c 	outl(chip->ply_buffer, FM801_REG(chip, PLY_BUF1));
outl              457 sound/pci/fm801.c 	outl(chip->ply_buffer + (chip->ply_count % chip->ply_size), FM801_REG(chip, PLY_BUF2));
outl              482 sound/pci/fm801.c 	outl(chip->cap_buffer, FM801_REG(chip, CAP_BUF1));
outl              483 sound/pci/fm801.c 	outl(chip->cap_buffer + (chip->cap_count % chip->cap_size), FM801_REG(chip, CAP_BUF2));
outl              541 sound/pci/fm801.c 		outl(chip->ply_buffer + tmp,
outl              555 sound/pci/fm801.c 		outl(chip->cap_buffer + tmp,
outl              141 sound/pci/ice1712/ice1712.c 	outl(data, ICEDS(ice, DATA));
outl              596 sound/pci/ice1712/ice1712.c 	outl(runtime->dma_addr, ice->ddma_port + 0);
outl              660 sound/pci/ice1712/ice1712.c 	outl(ice->capture_con_virt_addr = runtime->dma_addr, ICEREG(ice, CONCAP_ADDR));
outl              962 sound/pci/ice1712/ice1712.c 		outl(old, ICEMT(ice, PLAYBACK_CONTROL));
outl              988 sound/pci/ice1712/ice1712.c 		outl(old, ICEMT(ice, PLAYBACK_CONTROL));
outl             1060 sound/pci/ice1712/ice1712.c 	outl(substream->runtime->dma_addr, ICEMT(ice, PLAYBACK_ADDR));
outl             1083 sound/pci/ice1712/ice1712.c 	outl(substream->runtime->dma_addr, ICEMT(ice, CAPTURE_ADDR));
outl             2113 sound/pci/ice1712/ice1712.c 		outl(val, ICEMT(ice, ROUTE_CAPTURE));
outl              193 sound/pci/ice1712/ice1724.c 	outl(data, ICEREG1724(ice, GPIO_DIRECTION));
outl              733 sound/pci/ice1712/ice1724.c 	outl(substream->runtime->dma_addr, ICEMT1724(ice, PLAYBACK_ADDR));
outl              793 sound/pci/ice1712/ice1724.c 	outl(substream->runtime->dma_addr, ice->profi_port + reg->addr);
outl             1983 sound/pci/ice1712/ice1724.c 		outl(val, ICEMT1724(ice, ROUTE_PLAYBACK));
outl               61 sound/pci/oxygen/oxygen_io.c 	outl(value, chip->addr + reg);
outl               94 sound/pci/oxygen/oxygen_io.c 	outl(tmp, chip->addr + reg);
outl               74 sound/pci/pcxhr/pcxhr_core.c #define PCXHR_OUTPL(mgr,x,data)	outl((data), (mgr)->port[PCXHR_REG_TO_PORT(x)] + (x))
outl              179 sound/pci/riptide/riptide.c #define WRITE_PORT_ULONG(p,x)  outl(x,(unsigned long)&(p))
outl              323 sound/pci/sis7019.c 			outl(status, io + SIS_PISR_A);
outl              329 sound/pci/sis7019.c 			outl(status, io + SIS_PISR_B);
outl              338 sound/pci/sis7019.c 			outl(status, io + SIS_RISR);
outl              341 sound/pci/sis7019.c 		outl(intr, io + SIS_GISR);
outl              636 sound/pci/sis7019.c 			outl(record, io + SIS_RECORD_START_REG);
outl              638 sound/pci/sis7019.c 			outl(play[0], io + SIS_PLAY_START_A_REG);
outl              640 sound/pci/sis7019.c 			outl(play[1], io + SIS_PLAY_START_B_REG);
outl              643 sound/pci/sis7019.c 			outl(record, io + SIS_RECORD_STOP_REG);
outl              645 sound/pci/sis7019.c 			outl(play[0], io + SIS_PLAY_STOP_A_REG);
outl              647 sound/pci/sis7019.c 			outl(play[1], io + SIS_PLAY_STOP_B_REG);
outl              960 sound/pci/sis7019.c 	outl(cmd, io + SIS_AC97_CMD);
outl              972 sound/pci/sis7019.c 	outl(SIS_AC97_SEMA_RELEASE, io + SIS_AC97_SEMA);
outl             1048 sound/pci/sis7019.c 	outl(SIS_GCR_SOFTWARE_RESET, sis->ioport + SIS_GCR);
outl             1050 sound/pci/sis7019.c 	outl(0, sis->ioport + SIS_GCR);
outl             1051 sound/pci/sis7019.c 	outl(0, sis->ioport + SIS_GIER);
outl             1084 sound/pci/sis7019.c 	outl(SIS_GCR_SOFTWARE_RESET, io + SIS_GCR);
outl             1086 sound/pci/sis7019.c 	outl(0, io + SIS_GCR);
outl             1097 sound/pci/sis7019.c 	outl(SIS_AC97_CMD_CODEC_COLD_RESET, io + SIS_AC97_CMD);
outl             1116 sound/pci/sis7019.c 	outl(SIS_AC97_SEMA_RELEASE, io + SIS_AC97_SEMA);
outl             1125 sound/pci/sis7019.c 	outl(SIS_AC97_CONF_AUDIO_ALIVE, io + SIS_AC97_CONF);
outl             1126 sound/pci/sis7019.c 	outl(SIS_AC97_CONF_AUDIO_ALIVE | SIS_AC97_CONF_PCM_LR_ENABLE |
outl             1133 sound/pci/sis7019.c 	outl(0, io + SIS_AC97_PSR);
outl             1137 sound/pci/sis7019.c 	outl(SIS_DMA_CSR_PCI_SETTINGS, io + SIS_DMA_CSR);
outl             1145 sound/pci/sis7019.c 	outl(0, io + SIS_PLAY_SYNC_GROUP_A);
outl             1146 sound/pci/sis7019.c 	outl(0, io + SIS_PLAY_SYNC_GROUP_B);
outl             1147 sound/pci/sis7019.c 	outl(0, io + SIS_PLAY_SYNC_GROUP_C);
outl             1148 sound/pci/sis7019.c 	outl(0, io + SIS_PLAY_SYNC_GROUP_D);
outl             1149 sound/pci/sis7019.c 	outl(0, io + SIS_MIXER_SYNC_GROUP);
outl             1162 sound/pci/sis7019.c 	outl(0xffff0000, io + SIS_WEVCR);
outl             1166 sound/pci/sis7019.c 	outl(0, io + SIS_WECCR);
outl             1171 sound/pci/sis7019.c 	outl(SIS_GIER_AUDIO_PLAY_DMA_IRQ_ENABLE |
outl              272 sound/pci/sonicvibes.c 	outl(addr, sonic->dmaa_port + SV_DMA_ADDR0);
outl              273 sound/pci/sonicvibes.c 	outl(count, sonic->dmaa_port + SV_DMA_COUNT0);
outl              287 sound/pci/sonicvibes.c 	outl(addr, sonic->dmac_port + SV_DMA_ADDR0);
outl              288 sound/pci/sonicvibes.c 	outl(count, sonic->dmac_port + SV_DMA_COUNT0);
outl              130 sound/pci/trident/trident_main.c 		outl(data, TRID_REG(trident, DX_ACR1_AC97_R));
outl              139 sound/pci/trident/trident_main.c 		outl(data, TRID_REG(trident, treg));
outl              149 sound/pci/trident/trident_main.c 		outl(data, TRID_REG(trident, SI_AC97_READ));
outl              233 sound/pci/trident/trident_main.c 	outl(data, TRID_REG(trident, address));
outl              258 sound/pci/trident/trident_main.c 	outl(val, TRID_REG(trident, T4D_LFO_GC_CIR));
outl              283 sound/pci/trident/trident_main.c 	outl(tmp, TRID_REG(trident, T4D_LFO_GC_CIR));
outl              305 sound/pci/trident/trident_main.c 	outl(mask, TRID_REG(trident, reg));
outl              329 sound/pci/trident/trident_main.c 	outl(mask, TRID_REG(trident, reg));
outl              492 sound/pci/trident/trident_main.c 	outl(regs[0], TRID_REG(trident, CH_START + 0));
outl              493 sound/pci/trident/trident_main.c 	outl(regs[1], TRID_REG(trident, CH_START + 4));
outl              494 sound/pci/trident/trident_main.c 	outl(regs[2], TRID_REG(trident, CH_START + 8));
outl              495 sound/pci/trident/trident_main.c 	outl(regs[3], TRID_REG(trident, CH_START + 12));
outl              496 sound/pci/trident/trident_main.c 	outl(regs[4], TRID_REG(trident, CH_START + 16));
outl              531 sound/pci/trident/trident_main.c 		outl((voice->Delta << 24) |
outl              557 sound/pci/trident/trident_main.c 		outl(((voice->Delta << 16) & 0xff000000) | (voice->ESO & 0x00ffffff),
outl             1061 sound/pci/trident/trident_main.c 	outl(voice->LBA, TRID_REG(trident, LEGACY_DMAR0));
outl             1082 sound/pci/trident/trident_main.c 	outl((val << 16) | val, TRID_REG(trident, T4D_SBBL_SBCL));
outl             1452 sound/pci/trident/trident_main.c 		outl((LBAO & 0xfffffffc), TRID_REG(trident, NX_SPLBA));
outl             1458 sound/pci/trident/trident_main.c 		outl(trident->spdif_pcm_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             1511 sound/pci/trident/trident_main.c 		outl(trident->spdif_pcm_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             1514 sound/pci/trident/trident_main.c 		outl(temp, TRID_REG(trident, T4D_LFO_GC_CIR));
outl             1517 sound/pci/trident/trident_main.c 		outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             1592 sound/pci/trident/trident_main.c 			outl(trident->spdif_pcm_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             1598 sound/pci/trident/trident_main.c 			outl(trident->spdif_pcm_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             1600 sound/pci/trident/trident_main.c 			outl(val, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             1604 sound/pci/trident/trident_main.c 		outl(what, TRID_REG(trident, T4D_STOP_B));
outl             1611 sound/pci/trident/trident_main.c 	outl(val, TRID_REG(trident, T4D_AINTEN_B));
outl             1613 sound/pci/trident/trident_main.c 		outl(what, TRID_REG(trident, T4D_START_B));
outl             1949 sound/pci/trident/trident_main.c 		outl(trident->spdif_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             1951 sound/pci/trident/trident_main.c 		outl(trident->spdif_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             1958 sound/pci/trident/trident_main.c 		outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             2351 sound/pci/trident/trident_main.c 			outl(trident->spdif_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             2357 sound/pci/trident/trident_main.c 			outl(trident->spdif_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             2361 sound/pci/trident/trident_main.c 			outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             2422 sound/pci/trident/trident_main.c 			outl(trident->spdif_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             2425 sound/pci/trident/trident_main.c 			outl(trident->spdif_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             2517 sound/pci/trident/trident_main.c 			outl(trident->spdif_pcm_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             2519 sound/pci/trident/trident_main.c 			outl(trident->spdif_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             2571 sound/pci/trident/trident_main.c 	outl(trident->ac97_ctrl = val, TRID_REG(trident, NX_ACR0_AC97_COM_STAT));
outl             2629 sound/pci/trident/trident_main.c 	outl(trident->musicvol_wavevol = val, TRID_REG(trident, T4D_MUSICVOL_WAVEVOL));
outl             3030 sound/pci/trident/trident_main.c 		outl(trident->musicvol_wavevol = 0x00000000, TRID_REG(trident, T4D_MUSICVOL_WAVEVOL));
outl             3032 sound/pci/trident/trident_main.c 		outl(trident->musicvol_wavevol = 0xffff0000, TRID_REG(trident, T4D_MUSICVOL_WAVEVOL));
outl             3254 sound/pci/trident/trident_main.c 	outl(i, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             3258 sound/pci/trident/trident_main.c 	outl(i, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             3283 sound/pci/trident/trident_main.c 	outl(BANK_B_EN, TRID_REG(trident, T4D_LFO_GC_CIR));
outl             3402 sound/pci/trident/trident_main.c 	outl(0xffffffff, TRID_REG(trident, T4D_STOP_A));
outl             3403 sound/pci/trident/trident_main.c 	outl(0xffffffff, TRID_REG(trident, T4D_STOP_B));
outl             3404 sound/pci/trident/trident_main.c 	outl(0, TRID_REG(trident, T4D_AINTEN_A));
outl             3405 sound/pci/trident/trident_main.c 	outl(0, TRID_REG(trident, T4D_AINTEN_B));
outl             3423 sound/pci/trident/trident_main.c 	outl(0x00000001, TRID_REG(trident, DX_ACR2_AC97_COM_STAT));
outl             3425 sound/pci/trident/trident_main.c 	outl(0x00000000, TRID_REG(trident, DX_ACR2_AC97_COM_STAT));
outl             3428 sound/pci/trident/trident_main.c 	outl(trident->ac97_ctrl, TRID_REG(trident, DX_ACR2_AC97_COM_STAT));
outl             3464 sound/pci/trident/trident_main.c 	outl(0x00000001, TRID_REG(trident, NX_ACR0_AC97_COM_STAT));
outl             3466 sound/pci/trident/trident_main.c 	outl(0x00000000, TRID_REG(trident, NX_ACR0_AC97_COM_STAT));
outl             3480 sound/pci/trident/trident_main.c 	outl(trident->ac97_ctrl, TRID_REG(trident, NX_ACR0_AC97_COM_STAT));
outl             3482 sound/pci/trident/trident_main.c 	outl(NX_SB_IRQ_DISABLE, TRID_REG(trident, T4D_MISCINT));
outl             3491 sound/pci/trident/trident_main.c 		outl(i, TRID_REG(trident, NX_TLBC));
outl             3493 sound/pci/trident/trident_main.c 		outl(0, TRID_REG(trident, NX_TLBC));
outl             3496 sound/pci/trident/trident_main.c 	outl(trident->spdif_bits, TRID_REG(trident, NX_SPCSTATUS));
outl             3515 sound/pci/trident/trident_main.c 	outl(trident->spdif_bits, TRID_REG(trident, SI_SPDIF_CS));
outl             3686 sound/pci/trident/trident_main.c 		outl(0, TRID_REG(trident, SI_SERIAL_INTF_CTRL));
outl             3691 sound/pci/trident/trident_main.c 		outl(0, TRID_REG(trident, NX_TLBC));
outl             3740 sound/pci/trident/trident_main.c 		outl(chn_int, TRID_REG(trident, T4D_AINT_A));	/* ack */
outl             3751 sound/pci/trident/trident_main.c 				outl(mask, TRID_REG(trident, T4D_STOP_B));
outl             3805 sound/pci/trident/trident_main.c 		outl(chn_int, TRID_REG(trident, T4D_AINT_B));	/* ack */
outl             3905 sound/pci/trident/trident_main.c 		outl(mask[0], TRID_REG(trident, T4D_STOP_A));
outl             3907 sound/pci/trident/trident_main.c 		outl(val & ~mask[0], TRID_REG(trident, T4D_AINTEN_A));
outl             3910 sound/pci/trident/trident_main.c 		outl(mask[1], TRID_REG(trident, T4D_STOP_B));
outl             3912 sound/pci/trident/trident_main.c 		outl(val & ~mask[1], TRID_REG(trident, T4D_AINTEN_B));
outl             3968 sound/pci/trident/trident_main.c 	outl(trident->musicvol_wavevol, TRID_REG(trident, T4D_MUSICVOL_WAVEVOL));
outl              508 sound/pci/via82xx.c 	outl(val, VIAREG(chip, AC97));
outl              952 sound/pci/via82xx.c 	outl((u32)viadev->table.addr, VIADEV_REG(viadev, OFFSET_TABLE_PTR));
outl             1049 sound/pci/via82xx.c 	outl((runtime->format == SNDRV_PCM_FORMAT_S16_LE ? VIA8233_REG_TYPE_16BIT : 0) | /* format */
outl             1102 sound/pci/via82xx.c 	outl(0xff000000 | slots, VIADEV_REG(viadev, OFFSET_STOP_IDX));
outl             1123 sound/pci/via82xx.c 	outl((runtime->format == SNDRV_PCM_FORMAT_S16_LE ? VIA8233_REG_TYPE_16BIT : 0) |
outl             2128 sound/pci/via82xx.c 		outl(0, VIAREG(chip, GPI_INTR));
outl              369 sound/pci/via82xx_modem.c 	outl(val, VIAREG(chip, AC97));
outl              420 sound/pci/via82xx_modem.c 		outl(val, VIAREG(chip, GPI_STATUS));
outl              685 sound/pci/via82xx_modem.c 	outl((u32)viadev->table.addr, VIADEV_REG(viadev, OFFSET_TABLE_PTR));
outl             1014 sound/pci/via82xx_modem.c 	outl(0, VIAREG(chip, GPI_INTR));
outl              130 sound/pci/vx222/vx222_ops.c 	outl(val, vx2_reg_addr(chip, offset));
outl              269 sound/pci/vx222/vx222_ops.c 			outl(cpu_to_le32(*addr), port);
outl              279 sound/pci/vx222/vx222_ops.c 		outl(cpu_to_le32(*addr), port);