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