Searched defs:pci230_private (Results 1 – 1 of 1) sorted by relevance
519 struct pci230_private { struct520 struct pci_dev *pci_dev;521 spinlock_t isr_spinlock; /* Interrupt spin lock */522 spinlock_t res_spinlock; /* Shared resources spin lock */523 spinlock_t ai_stop_spinlock; /* Spin lock for stopping AI command */524 spinlock_t ao_stop_spinlock; /* Spin lock for stopping AO command */525 unsigned long state; /* State flags */526 unsigned long iobase1; /* PCI230's I/O space 1 */527 unsigned int ao_readback[2]; /* Used for AO readback */528 unsigned int ai_scan_count; /* Number of analogue input scans[all …]