Home
last modified time | relevance | path

Searched refs:zsc_cs (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/arch/sparc64/dev/
H A Dzs.c317 zsc->zsc_cs[channel] = cs; in zs_attach()
402 cs = zsc->zsc_cs[0]; in zs_attach()
434 if ((zsc->zsc_cs[0] && zsc->zsc_cs[0]->cs_softreq) || in zshard()
435 (zsc->zsc_cs[1] && zsc->zsc_cs[1]->cs_softreq)) in zshard()
454 struct zstty_softc *zst0 = zsc->zsc_cs[0]->cs_private; in zssoft()
455 struct zstty_softc *zst1 = zsc->zsc_cs[1]->cs_private; in zssoft()
H A Dz8530kbd.c288 cs = zsc->zsc_cs[channel]; in zskbd_attach()
/openbsd-src/sys/dev/tc/
H A Dzs_ioasic.c261 zs->zsc_cs[channel] = cs; in zs_ioasic_attach()
298 cs->cs_ctl_chan = zs->zsc_cs[0]; in zs_ioasic_attach()
351 zs_write_reg(zs->zsc_cs[0], 2, zs_ioasic_init_reg[2]); in zs_ioasic_attach()
352 zs_write_reg(zs->zsc_cs[1], 2, zs_ioasic_init_reg[2]); in zs_ioasic_attach()
355 zs_write_reg(zs->zsc_cs[0], 9, zs_ioasic_init_reg[9]); in zs_ioasic_attach()
356 zs_write_reg(zs->zsc_cs[1], 9, zs_ioasic_init_reg[9]); in zs_ioasic_attach()
411 if (zsc->zsc_cs[0]->cs_softreq | zsc->zsc_cs[1]->cs_softreq) in zs_ioasic_hardintr()
/openbsd-src/sys/dev/ic/
H A Dz8530sc.c295 cs0 = zsc->zsc_cs[0]; in zsc_intr_hard()
296 cs1 = zsc->zsc_cs[1]; in zsc_intr_hard()
352 cs = zsc->zsc_cs[chan]; in zsc_intr_soft()
H A Dz8530tty.c277 cs = zsc->zsc_cs[channel]; in zstty_attach()
/openbsd-src/sys/arch/alpha/include/
H A Dz8530var.h95 struct zs_chanstate *zsc_cs[2]; /* channel soft state */ member
/openbsd-src/sys/arch/sparc64/include/
H A Dz8530var.h51 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ member
/openbsd-src/sys/arch/macppc/include/
H A Dz8530var.h96 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ member
/openbsd-src/sys/arch/macppc/dev/
H A Dzs.c242 zsc->zsc_cs[channel] = cs; in zs_attach()
355 cs = zsc->zsc_cs[0]; in zs_attach()
427 if (zsc->zsc_cs[0]->cs_softreq) in zshard()
481 cs = zsc->zsc_cs[ch]; in zs_txdma_int()
/openbsd-src/sys/dev/sun/
H A Dz8530ms.c206 cs = zsc->zsc_cs[channel]; in zsms_attach()