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

/drivers/staging/comedi/drivers/
H A Dpcmmio.c109 REG_INT_PENDING All ReadOnly Quickly see which INT_IDx has int.
121 #define REG_INT_PENDING 0x6 macro
850 int_pend = inb(iobase + REG_INT_PENDING) & 0x07;
H A Dpcmuio.c109 REG_INT_PENDING All ReadOnly Quickly see which INT_IDx has int.
121 #define REG_INT_PENDING 0x6 macro
719 int_pend = inb(iobase + REG_INT_PENDING) & 0x07;

Completed in 42 milliseconds