Home | History | Annotate | Download | only in dev

Lines Matching defs:zsc

80 #include "zsc.h" 	/* NZSC */
165 CFATTACH_DECL_NEW(zsc, sizeof(struct zsc_softc),
200 struct zsc_softc *zsc = device_private(self);
208 zsc->zsc_dev = self;
217 cs = &zsc->zsc_cs_store[channel];
218 zsc->zsc_cs[channel] = cs;
272 zsc->zsc_softintr_cookie = softint_establish(SOFTINT_SERIAL,
273 (void (*)(void *))zsc_intr_soft, zsc);
280 cs = zsc->zsc_cs[0];
312 struct zsc_softc *zsc;
320 zsc = device_lookup_private(&zsc_cd, unit);
321 if (zsc == NULL)
323 rr3 = zsc_intr_hard(zsc);
327 zsc->zsc_intrcnt.ev_count++;
330 if (zsc->zsc_cs[0]->cs_softreq || zsc->zsc_cs[1]->cs_softreq)
331 softint_schedule(zsc->zsc_softintr_cookie);