Lines Matching defs:zsc
61 #include "zsc.h" /* NZSC */
176 if (strcmp(ha->ha_name, "zsc"))
195 struct zsc_softc *zsc = device_private(self);
202 zsc->zsc_dev = self;
227 cs = &zsc->zsc_cs_store[channel];
228 zsc->zsc_cs[channel] = cs;
289 zsc->zsc_si = softint_establish(SOFTINT_SERIAL,
290 (void (*)(void *))zsc_intr_soft, zsc);
291 hb_intr_establish(intlevel, INTST1_SCC, IPL_SERIAL, zshard_hb, zsc);
298 cs = zsc->zsc_cs[0];