Searched defs:pci230_private (Results 1 – 1 of 1) sorted by relevance
477 struct pci230_private { struct478 spinlock_t isr_spinlock; /* Interrupt spin lock */479 spinlock_t res_spinlock; /* Shared resources spin lock */480 spinlock_t ai_stop_spinlock; /* Spin lock for stopping AI command */481 spinlock_t ao_stop_spinlock; /* Spin lock for stopping AO command */482 unsigned long daqio; /* PCI230's DAQ I/O space */483 int intr_cpuid; /* ID of CPU running ISR */484 unsigned short hwver; /* Hardware version (for '+' models) */485 unsigned short adccon; /* ADCCON register value */486 unsigned short daccon; /* DACCON register value */[all …]