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 */
831 struct digi_info { struct832 unsigned long info_bdnum; /* Board number (0 based) */833 unsigned long info_ioport; /* io port address */834 unsigned long info_physaddr; /* memory address */835 unsigned long info_physsize; /* Size of host mem window */836 unsigned long info_memsize; /* Amount of dual-port mem */838 unsigned short info_bdtype; /* Board type */839 unsigned short info_nports; /* number of ports */840 char info_bdstate; /* board state */841 char info_reserved[7]; /* for future expansion */