Searched defs:cyclades_card (Results 1 – 1 of 1) sorted by relevance
74 struct cyclades_card { struct75 void __iomem *base_addr;76 union {79 } ctl_addr;80 struct BOARD_CTRL __iomem *board_ctrl; /* cyz specific */81 int irq;82 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */83 unsigned int first_line; /* minor number of first channel on card */84 unsigned int nports; /* Number of ports in the card */85 int bus_index; /* address shift - 0 for ISA, 1 for PCI */[all …]