Searched defs:lcr_io_base (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dadl_pci6208.c410 unsigned long io_base, io_range, lcr_io_base, lcr_io_range; local
422 lcr_io_base = pci_resource_start(pci_dev, 1);
427 dev_minor, lcr_io_base, lcr_io_range);
439 /* devpriv->lcr_io_base=lcr_io_base; */
H A Dadl_pci9111.c408 unsigned long lcr_io_base; /* Local configuration register base member in struct:pci9111_private_data
595 plx9050_interrupt_control(dev_private->lcr_io_base, true, true, true,
890 plx9050_interrupt_control(dev_private->lcr_io_base, true, true,
908 plx9050_interrupt_control(dev_private->lcr_io_base, true, true,
991 intcsr = inb(dev_private->lcr_io_base +
1259 plx9050_interrupt_control(dev_private->lcr_io_base, true, true, true,
1284 unsigned long io_base, io_range, lcr_io_base, lcr_io_range; local
1346 lcr_io_base = pci_resource_start(pci_device, 1);
1351 dev->minor, lcr_io_base, lcr_io_range);
1372 dev_private->lcr_io_base
[all...]

Completed in 78 milliseconds