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

/drivers/staging/comedi/drivers/
H A Dadv_pci1710.c82 #define PCI171x_STATUS 6 /* R: status register */ macro
96 /* upper bits from status register (PCI171x_STATUS) (lower is same with control
361 inw(dev->iobase + PCI171x_STATUS),
362 dev->iobase + PCI171x_STATUS);
366 inw(dev->iobase + PCI171x_STATUS));
369 inw(dev->iobase + PCI171x_STATUS));
372 if (!(inw(dev->iobase + PCI171x_STATUS) & Status_FE))
377 inw(dev->iobase + PCI171x_STATUS));
618 m = inw(dev->iobase + PCI171x_STATUS);
639 for (; !(inw(dev->iobase + PCI171x_STATUS)
[all...]

Completed in 160 milliseconds