Home
last modified time | relevance | path

Searched refs:zsc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/sparc64/dev/
H A Dzs.c194 struct zsc_softc *zsc = (void *) self; in zs_attach_sbus() local
229 zsc->zsc_bustag = sa->sa_bustag; in zs_attach_sbus()
230 zsc->zsc_dmatag = sa->sa_dmatag; in zs_attach_sbus()
231 zsc->zsc_promunit = getpropint(sa->sa_node, "slave", -2); in zs_attach_sbus()
232 zsc->zsc_node = sa->sa_node; in zs_attach_sbus()
234 zs_attach(zsc, zsaddr, sa->sa_pri); in zs_attach_sbus()
240 struct zsc_softc *zsc = (void *) self; in zs_attach_fhc() local
280 zsc->zsc_bustag = fa->fa_bustag; in zs_attach_fhc()
281 zsc->zsc_dmatag = NULL; in zs_attach_fhc()
282 zsc in zs_attach_fhc()
292 zs_attach(struct zsc_softc * zsc,struct zsdevice * zsd,int pri) zs_attach() argument
429 struct zsc_softc *zsc = (struct zsc_softc *)arg; zshard() local
446 struct zsc_softc *zsc = (struct zsc_softc *)arg; zssoft() local
[all...]
H A Dz8530kbd.c268 struct zsc_softc *zsc = (void *)parent; in zskbd_attach() local
288 cs = zsc->zsc_cs[channel]; in zskbd_attach()
/openbsd-src/sys/arch/macppc/dev/
H A Dzs.c189 struct zsc_softc *zsc = (void *)self; in zs_attach() local
201 zs_unit = zsc->zsc_dev.dv_unit; in zs_attach()
222 zsc->zsc_txdmareg[channel] = mapiodev(regs[2], regs[3]); in zs_attach()
223 zsc->zsc_txdmacmd[channel] = in zs_attach()
225 memset(zsc->zsc_txdmacmd[channel], 0, in zs_attach()
227 dbdma_reset(zsc->zsc_txdmareg[channel]); in zs_attach()
240 xcs = &zsc->xzsc_xcs_store[channel]; in zs_attach()
242 zsc->zsc_cs[channel] = cs; in zs_attach()
347 zsc->zsc_softintr = softintr_establish(IPL_SOFTTTY, zssoft, zsc); in zs_attach()
418 struct zsc_softc *zsc; zshard() local
446 struct zsc_softc *zsc; zssoft() local
472 struct zsc_softc *zsc; zs_txdma_int() local
496 struct zsc_softc *zsc; zs_dma_setup() local
[all...]
/openbsd-src/sys/dev/ic/
H A Dz8530sc.c287 struct zsc_softc *zsc = arg; in zsc_intr_hard() local
295 cs0 = zsc->zsc_cs[0]; in zsc_intr_hard()
296 cs1 = zsc->zsc_cs[1]; in zsc_intr_hard()
346 struct zsc_softc *zsc = arg; in zsc_intr_soft() local
352 cs = zsc->zsc_cs[chan]; in zsc_intr_soft()
H A Dz8530tty.c261 struct zsc_softc *zsc = (struct zsc_softc *)parent; in zstty_attach() local
277 cs = zsc->zsc_cs[channel]; in zstty_attach()
/openbsd-src/sys/dev/tc/
H A Dzs_ioasic.c398 struct zsc_softc *zsc = arg; in zs_ioasic_hardintr() local
404 rval = zsc_intr_hard(zsc); in zs_ioasic_hardintr()
411 if (zsc->zsc_cs[0]->cs_softreq | zsc->zsc_cs[1]->cs_softreq) in zs_ioasic_hardintr()
412 softintr_schedule(zsc->zsc_sih); in zs_ioasic_hardintr()
424 struct zsc_softc *zsc = arg; in zs_ioasic_softintr() local
428 (void)zsc_intr_soft(zsc); in zs_ioasic_softintr()
/openbsd-src/sys/dev/sun/
H A Dz8530ms.c198 struct zsc_softc *zsc = (struct zsc_softc *)parent; in zsms_attach() local
206 cs = zsc->zsc_cs[channel]; in zsms_attach()