Lines Matching refs:io_port
503 unsigned long io_port;
578 outw(reg, chip->io_port + ESM_INDEX);
579 outw(data, chip->io_port + ESM_DATA);
595 outw(reg, chip->io_port + ESM_INDEX);
596 chip->maestro_map[reg] = inw(chip->io_port + ESM_DATA);
617 if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1))
630 if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1))
644 outw(val, chip->io_port + ESM_AC97_DATA);
646 outb(reg, chip->io_port + ESM_AC97_INDEX);
657 outb(reg | 0x80, chip->io_port + ESM_AC97_INDEX);
661 data = inw(chip->io_port + ESM_AC97_DATA);
738 outl(reg, chip->io_port + ASSP_INDEX);
739 outl(value, chip->io_port + ASSP_DATA);
749 outl(reg, chip->io_port + ASSP_INDEX);
750 value = inl(chip->io_port + ASSP_DATA);
763 outw(reg, chip->io_port + WC_INDEX);
764 outw(value, chip->io_port + WC_DATA);
774 outw(reg, chip->io_port + WC_INDEX);
775 value = inw(chip->io_port + WC_DATA);
1068 outw(1, chip->io_port + 0x04);
1070 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ);
1196 outw(1, chip->io_port + 0x04);
1198 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ);
1735 outw(1, chip->io_port + 0x04); /* clear WP interrupts */
1736 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); /* enable WP ints */
1883 x = inb(chip->io_port + 0x1c) & 0xee;
1885 outb(0x88, chip->io_port + 0x1c);
1886 outb(0x88, chip->io_port + 0x1d);
1887 outb(0x88, chip->io_port + 0x1e);
1888 outb(0x88, chip->io_port + 0x1f);
1960 if (!(event = inb(chip->io_port + 0x1A)))
1963 outw(inw(chip->io_port + 4) & 1, chip->io_port + 4);
1969 outb(0xFF, chip->io_port + 0x1A);
2045 unsigned long ioaddr = chip->io_port;
2152 chip->io_port + ESM_PORT_HOST_IRQ);
2154 outw(0x0000, chip->io_port + ESM_PORT_HOST_IRQ);
2165 unsigned long iobase = chip->io_port;
2358 outb(w, chip->io_port + 0x1A);
2359 outw(w, chip->io_port + ESM_PORT_HOST_IRQ);
2551 outw(val, chip->io_port + GPIO_DATA);
2558 u16 val = inw(chip->io_port + GPIO_DATA);
2572 unsigned long io = chip->io_port + GPIO_DATA;
2604 if (chip->io_port) {
2605 outw(1, chip->io_port + 0x04); /* clear WP interrupts */
2606 outw(0, chip->io_port + ESM_PORT_HOST_IRQ); /* disable IRQ */
2705 chip->io_port = pci_resource_start(pci, 0);
2864 chip->io_port + ESM_MPU401_PORT,
2888 card->shortname, chip->io_port, chip->irq);