Searched refs:pci_iobase (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h193 u_long pci_iobase; /* PCI IO */ member in struct:hfc_multi
H A Dhfc_multi_8xx.h111 hc->pci_iobase = 0;
H A Dhfcmulti.c321 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);
[all...]

Completed in 313 milliseconds