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