Lines Matching refs:pci_iobase
321 outb(reg, hc->pci_iobase + 4);
322 outb(val, hc->pci_iobase);
331 outb(reg, hc->pci_iobase + 4);
332 return inb(hc->pci_iobase);
341 outb(reg, hc->pci_iobase + 4);
342 return inw(hc->pci_iobase);
351 outb(R_STATUS, hc->pci_iobase + 4);
352 while (inb(hc->pci_iobase) & V_BUSY)
450 outb(A_FIFO_DATA0, (hc->pci_iobase) + 4);
452 outl(cpu_to_le32(*(u32 *)data), hc->pci_iobase);
457 outw(cpu_to_le16(*(u16 *)data), hc->pci_iobase);
462 outb(*data, hc->pci_iobase);
494 outb(A_FIFO_DATA0, (hc->pci_iobase) + 4);
496 *(u32 *)data = le32_to_cpu(inl(hc->pci_iobase));
501 *(u16 *)data = le16_to_cpu(inw(hc->pci_iobase));
506 *data = inb(hc->pci_iobase);
571 if (!hc->pci_iobase)
584 outw(cipv, hc->pci_iobase + 4);
585 data = inb(hc->pci_iobase);
599 if (!hc->pci_iobase)
608 outw(cipv, hc->pci_iobase + 4);
620 outl(datav, hc->pci_iobase);
1089 if (hc->pci_iobase)
1090 release_region(hc->pci_iobase, 8);
1810 outw(0x4000, hc->pci_iobase + 4);
1811 outl(leddw, hc->pci_iobase);
4381 hc->pci_iobase = 0;
4479 hc->pci_iobase = (u_int) hc->pci_dev->resource[0].start;
4480 if (!hc->pci_iobase) {
4487 if (!request_region(hc->pci_iobase, 8, "hfcmulti")) {
4490 hc->pci_iobase);
4497 m->vendor_name, m->card_name, (u_int) hc->pci_iobase,
5208 outw(0x4000, hc->pci_iobase + 4);
5213 dips = inb(hc->pci_iobase);
5214 dips = inb(hc->pci_iobase);
5215 dips = inb(hc->pci_iobase);
5216 dips = ~inb(hc->pci_iobase) & 0x3F;
5217 outw(0x0, hc->pci_iobase + 4);