Lines Matching defs:cyclades_card
496 struct cyclades_card { struct
497 void __iomem *base_addr;
498 union {
501 } ctl_addr;
502 struct BOARD_CTRL __iomem *board_ctrl; /* cyz specific */
503 int irq;
504 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */
505 unsigned int first_line; /* minor number of first channel on card */
506 unsigned int nports; /* Number of ports in the card */
507 int bus_index; /* address shift - 0 for ISA, 1 for PCI */
508 int intr_enabled; /* FW Interrupt flag - 0 disabled, 1 enabled */
509 u32 hw_ver;
510 spinlock_t card_lock;
511 struct cyclades_port *ports;