Data Fields | |
void __iomem * | mem |
pci_dev * | lpci_dev |
u8 | interrupt_line |
short | fpga_revision |
unsigned int | fpga_features |
unsigned char | page |
rtdm_irq_t | rt_irq_handle |
Definition at line 46 of file most-pci.h.
void __iomem* most_pci_device::mem |
the memory region that was mapped with ioremap()
Definition at line 48 of file most-pci.h.
struct pci_dev* most_pci_device::lpci_dev |
the corresponding PCI device
Definition at line 50 of file most-pci.h.
the interrupt line. This way we don't have to read the value from the configuration address space each time
Definition at line 51 of file most-pci.h.
the revision number of the FPGA
Definition at line 54 of file most-pci.h.
unsigned int most_pci_device::fpga_features |
the features of the FPGA
Definition at line 55 of file most-pci.h.
unsigned char most_pci_device::page |
the current page (valid are 0..3)
Definition at line 56 of file most-pci.h.
rtdm_irq_t most_pci_device::rt_irq_handle |
the IRQ handle for RTDM
Definition at line 58 of file most-pci.h.