Home | History | Annotate | Download | only in qbus

Lines Matching defs:mi

148 	struct	mscp_softc mi;	/* Nice hack */
153 mi.mi_iot = ua->ua_iot;
154 mi.mi_iph = ua->ua_ioh;
155 mi.mi_sah = ua->ua_ioh + 2;
156 mi.mi_swh = ua->ua_ioh + 2;
169 bus_space_write_2(mi.mi_iot, mi.mi_iph, 0, 0); /* Start init */
170 if (mscp_waitstep(&mi, MP_STEP1, MP_STEP1) == 0)
173 bus_space_write_2(mi.mi_iot, mi.mi_sah, 0,
177 if (mscp_waitstep(&mi, MP_STEP2, MP_STEP2) == 0) {
179 bus_space_read_2(mi.mi_iot, mi.mi_sah, 0));