Home | History | Annotate | Download | only in dev

Lines Matching defs:zsc

91 CFATTACH_DECL_NEW(zsc, sizeof(struct zsc_softc),
158 struct zsc_softc *zsc = device_private(self);
165 zsc->zsc_dev = self;
177 cs = &zsc->zsc_cs_store[channel];
179 zsc->zsc_cs[channel] = cs;
239 icu_intr_establish(maa->ma_irq, IST_EDGE, IPL_SERIAL, zshard, zsc);
240 zsc->zsc_softintr_cookie = softint_establish(SOFTINT_SERIAL,
241 (void (*)(void *))zsc_intr_soft, zsc);
247 cs = zsc->zsc_cs[0];
273 struct zsc_softc *zsc = arg;
276 rval = zsc_intr_hard(zsc);
281 while (zsc_intr_hard(zsc))
286 if (zsc->zsc_cs[0]->cs_softreq || zsc->zsc_cs[1]->cs_softreq)
287 softint_schedule(zsc->zsc_softintr_cookie);