Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Dadv_pci1710.c56 #define PCI171x_STATUS 6 /* R: status register */ macro
365 status = inw(dev->iobase + PCI171x_STATUS); in pci171x_ai_eoc()
542 status = inw(dev->iobase + PCI171x_STATUS); in pci1710_handle_every_sample()
557 for (; !(inw(dev->iobase + PCI171x_STATUS) & Status_FE);) { in pci1710_handle_every_sample()
585 status = inw(dev->iobase + PCI171x_STATUS); in pci1710_handle_fifo()
635 if (!(inw(dev->iobase + PCI171x_STATUS) & Status_IRQ)) in interrupt_service_pci1710()