Searched refs:pci_iobase (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/comedi/drivers/
H A Ddas08.h69 unsigned int pci_iobase; /* additional base address for pci-das08 */ member in struct:das08_private_struct
H A Ddas08.c980 unsigned long pci_iobase = 0; local
1024 pci_iobase = pci_resource_start(pdev, 1);
1027 pci_iobase, iobase);
1028 devpriv->pci_iobase = pci_iobase;
1036 outb(CNTRL_INTR | CNTRL_DIR, pci_iobase + CNTRL);
1038 outw(INTR1_ENABLE | PCI_INTR_ENABLE, pci_iobase + INTCSR);
1068 if (devpriv->pci_iobase)
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c320 outb(reg, hc->pci_iobase + 4);
321 outb(val, hc->pci_iobase);
330 outb(reg, hc->pci_iobase + 4);
331 return inb(hc->pci_iobase);
340 outb(reg, hc->pci_iobase + 4);
341 return inw(hc->pci_iobase);
350 outb(R_STATUS, hc->pci_iobase + 4);
351 while (inb(hc->pci_iobase) & V_BUSY)
449 outb(A_FIFO_DATA0, (hc->pci_iobase) + 4);
451 outl(cpu_to_le32(*(u32 *)data), hc->pci_iobase);
[all...]
H A Dhfc_multi_8xx.h110 hc->pci_iobase = 0;
H A Dhfc_multi.h192 u_long pci_iobase; /* PCI IO */ member in struct:hfc_multi

Completed in 64 milliseconds