Lines Matching defs:magma_softc
99 struct magma_softc { struct
100 device_t ms_dev; /* required. must be first in softc */
101 struct evcnt ms_intrcnt; /* statistics */
104 int ms_ncd1400;
105 struct cd1400 ms_cd1400[MAGMA_MAX_CD1400];
106 volatile u_char *ms_svcackr; /* CD1400 service acknowledge receive */
107 volatile u_char *ms_svcackt; /* CD1400 service acknowledge transmit */
108 volatile u_char *ms_svcackm; /* CD1400 service acknowledge modem */
111 int ms_ncd1190;
112 struct cd1190 ms_cd1190[MAGMA_MAX_CD1190];
114 struct magma_board_info *ms_board; /* what am I? */
116 struct mtty_softc *ms_mtty;
117 struct mbpp_softc *ms_mbpp;
120 void *ms_sicookie;