• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/

Lines Matching refs:io_port

509 	unsigned long io_port;
574 outw(reg, chip->io_port + ESM_INDEX);
575 outw(data, chip->io_port + ESM_DATA);
591 outw(reg, chip->io_port + ESM_INDEX);
592 chip->maestro_map[reg] = inw(chip->io_port + ESM_DATA);
613 if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1))
630 outw(val, chip->io_port + ESM_AC97_DATA);
632 outb(reg, chip->io_port + ESM_AC97_INDEX);
646 outb(reg | 0x80, chip->io_port + ESM_AC97_INDEX);
650 data = inw(chip->io_port + ESM_AC97_DATA);
725 outw(reg, chip->io_port + WC_INDEX);
726 outw(value, chip->io_port + WC_DATA);
736 outw(reg, chip->io_port + WC_INDEX);
737 value = inw(chip->io_port + WC_DATA);
1027 outw(1, chip->io_port + 0x04);
1029 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ);
1155 outw(1, chip->io_port + 0x04);
1157 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ);
1698 outw(1, chip->io_port + 0x04); /* clear WP interrupts */
1699 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); /* enable WP ints */
1833 x = inb(chip->io_port + 0x1c) & 0xee;
1835 outb(0x88, chip->io_port + 0x1c);
1836 outb(0x88, chip->io_port + 0x1d);
1837 outb(0x88, chip->io_port + 0x1e);
1838 outb(0x88, chip->io_port + 0x1f);
1853 outw(val, chip->io_port + ESM_AC97_DATA);
1854 outb(AC97_MASTER, chip->io_port + ESM_AC97_INDEX);
1865 outw(val, chip->io_port + ESM_AC97_DATA);
1866 outb(AC97_MASTER, chip->io_port + ESM_AC97_INDEX);
1877 outw(val, chip->io_port + ESM_AC97_DATA);
1878 outb(AC97_MASTER, chip->io_port + ESM_AC97_INDEX);
1894 if (!(event = inb(chip->io_port + 0x1A)))
1897 outw(inw(chip->io_port + 4) & 1, chip->io_port + 4);
1903 outb(0xFF, chip->io_port + 0x1A);
1973 unsigned long ioaddr = chip->io_port;
2047 chip->io_port + ESM_PORT_HOST_IRQ);
2049 outw(0x0000, chip->io_port + ESM_PORT_HOST_IRQ);
2060 unsigned long iobase = chip->io_port;
2251 outw(w, chip->io_port + ESM_PORT_HOST_IRQ);
2387 if (chip->io_port) {
2389 outw(1, chip->io_port + 0x04); /* clear WP interrupts */
2390 outw(0, chip->io_port + ESM_PORT_HOST_IRQ); /* disable IRQ */
2483 chip->io_port = pci_resource_start(pci, 0);
2614 chip->io_port + ESM_MPU401_PORT,
2630 card->shortname, chip->io_port, chip->irq);