Lines Matching refs:io_port

499 	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))
626 if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1))
640 outw(val, chip->io_port + ESM_AC97_DATA);
642 outb(reg, chip->io_port + ESM_AC97_INDEX);
653 outb(reg | 0x80, chip->io_port + ESM_AC97_INDEX);
657 data = inw(chip->io_port + ESM_AC97_DATA);
734 outl(reg, chip->io_port + ASSP_INDEX);
735 outl(value, chip->io_port + ASSP_DATA);
745 outl(reg, chip->io_port + ASSP_INDEX);
746 value = inl(chip->io_port + ASSP_DATA);
759 outw(reg, chip->io_port + WC_INDEX);
760 outw(value, chip->io_port + WC_DATA);
770 outw(reg, chip->io_port + WC_INDEX);
771 value = inw(chip->io_port + WC_DATA);
1064 outw(1, chip->io_port + 0x04);
1066 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ);
1192 outw(1, chip->io_port + 0x04);
1194 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ);
1734 outw(1, chip->io_port + 0x04); /* clear WP interrupts */
1735 outw(inw(chip->io_port + ESM_PORT_HOST_IRQ) | ESM_HIRQ_DSIE, chip->io_port + ESM_PORT_HOST_IRQ); /* enable WP ints */
1884 x = inb(chip->io_port + 0x1c) & 0xee;
1886 outb(0x88, chip->io_port + 0x1c);
1887 outb(0x88, chip->io_port + 0x1d);
1888 outb(0x88, chip->io_port + 0x1e);
1889 outb(0x88, chip->io_port + 0x1f);
1961 event = inb(chip->io_port + 0x1A);
1965 outw(inw(chip->io_port + 4) & 1, chip->io_port + 4);
1971 outb(0xFF, chip->io_port + 0x1A);
2042 unsigned long ioaddr = chip->io_port;
2149 chip->io_port + ESM_PORT_HOST_IRQ);
2151 outw(0x0000, chip->io_port + ESM_PORT_HOST_IRQ);
2162 unsigned long iobase = chip->io_port;
2355 outb(w, chip->io_port + 0x1A);
2356 outw(w, chip->io_port + ESM_PORT_HOST_IRQ);
2541 outw(val, chip->io_port + GPIO_DATA);
2548 u16 val = inw(chip->io_port + GPIO_DATA);
2562 unsigned long io = chip->io_port + GPIO_DATA;
2592 if (chip->io_port) {
2593 outw(1, chip->io_port + 0x04); /* clear WP interrupts */
2594 outw(0, chip->io_port + ESM_PORT_HOST_IRQ); /* disable IRQ */
2666 chip->io_port = pci_resource_start(pci, 0);
2810 chip->io_port + ESM_MPU401_PORT,
2834 card->shortname, chip->io_port, chip->irq);