Searched defs:fst_card_info (Results 1 – 1 of 1) sorted by relevance
448 struct fst_card_info { struct449 char __iomem *mem; /* Card memory mapped to kernel space */450 char __iomem *ctlmem; /* Control memory for PCI cards */451 unsigned int phys_mem; /* Physical memory window address */452 unsigned int phys_ctlmem; /* Physical control memory address */453 unsigned int irq; /* Interrupt request line number */454 unsigned int nports; /* Number of serial ports */455 unsigned int type; /* Type index of card */456 unsigned int state; /* State of card */457 spinlock_t card_lock; /* Lock for SMP access */[all …]