Home
last modified time | relevance | path

Searched defs:cyclades_card (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcyclades.h509 struct cyclades_card { struct
510 void __iomem *base_addr;
511 void __iomem *ctl_addr;
512 int irq;
513 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */
514 unsigned int first_line; /* minor number of first channel on card */
515 unsigned int nports; /* Number of ports in the card */
516 int bus_index; /* address shift - 0 for ISA, 1 for PCI */
517 int intr_enabled; /* FW Interrupt flag - 0 disabled, 1 enabled */
518 spinlock_t card_lock;
[all …]