Lines Matching defs:zsc
145 CFATTACH_DECL_NEW(zsc, sizeof(struct zsc_softc),
162 if (strcmp(ha->ha_name, "zsc"))
183 struct zsc_softc *zsc = device_private(self);
192 zsc->zsc_dev = self;
207 cs = &zsc->zsc_cs_store[channel];
209 zsc->zsc_cs[channel] = cs;
271 hb_intr_establish(zs_init_reg[2], zshard, ZSHARD_PRI, zsc);
272 zsc->zsc_softintr_cookie = softint_establish(SOFTINT_SERIAL,
273 (void (*)(void *))zsc_intr_soft, zsc);
279 cs = zsc->zsc_cs[0];
310 struct zsc_softc *zsc = arg;
313 rval = zsc_intr_hard(zsc);
316 if (zsc->zsc_cs[0]->cs_softreq || zsc->zsc_cs[1]->cs_softreq) {
317 softint_schedule(zsc->zsc_softintr_cookie);