Searched defs:digi_info (Results 1 – 2 of 2) sorted by relevance
95 struct digi_info { struct96 unsigned int info_bdnum; /* Board number (0 based) */97 unsigned int info_ioport; /* io port address */98 unsigned int info_physaddr; /* memory address */99 unsigned int info_physsize; /* Size of host mem window */100 unsigned int info_memsize; /* Amount of dual-port mem */102 unsigned short info_bdtype; /* Board type */103 unsigned short info_nports; /* number of ports */104 char info_bdstate; /* board state */105 char info_reserved[7]; /* for future expansion */
832 struct digi_info { struct833 unsigned long info_bdnum; /* Board number (0 based) */834 unsigned long info_ioport; /* io port address */835 unsigned long info_physaddr; /* memory address */836 unsigned long info_physsize; /* Size of host mem window */837 unsigned long info_memsize; /* Amount of dual-port mem */839 unsigned short info_bdtype; /* Board type */840 unsigned short info_nports; /* number of ports */841 char info_bdstate; /* board state */842 char info_reserved[7]; /* for future expansion */