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

/drivers/staging/comedi/drivers/
H A Dadl_pci9118.c120 #define PCI9118_INTSRC 0x38 /* R: interrupt reason register */ macro
181 /* bits for interrupt reason and control (PCI9118_INTSRC, PCI9118_INTCTRL) */
863 int_daq = inl(dev->iobase + PCI9118_INTSRC) & 0xf;
1760 inl(dev->iobase + PCI9118_INTSRC);
2175 outl(0, dev->iobase + PCI9118_INTSRC); /* remove INT requests */
2177 inl(dev->iobase + PCI9118_INTSRC); /* flush INT requests */

Completed in 46 milliseconds