Lines Matching defs:zsc
103 zs_config(struct zsc_softc *zsc, char *base)
109 zsc_unit = device_unit(zsc->zsc_dev);
138 zsc->zsc_cs[channel] = cs;
167 if (!config_found(zsc->zsc_dev, (void *)&zsc_args,
196 struct zsc_softc *zsc;
201 zsc = device_lookup_private(&zsc_cd, unit);
202 if (zsc == NULL)
204 rval |= zsc_intr_hard(zsc);
205 if ((zsc->zsc_cs[0]->cs_softreq) ||
206 (zsc->zsc_cs[1]->cs_softreq)) {
207 softint_schedule(zsc->zsc_softintr_cookie);