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