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