Lines Matching defs:zs
1 /* $NetBSD: zs.c,v 1.28 2021/09/11 20:28:04 andvar Exp $ */
40 __KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.28 2021/09/11 20:28:04 andvar Exp $");
169 * Is the zs chip present?
189 * Attach a found zs.
191 * Match slave number to zs unit number, so that misconfiguration will
317 * Our ZS chips all share a common, autovectored interrupt,
379 * Compute the current baud rate given a ZS channel.
660 struct zschan *zs;
662 zs = zs_get_chan_addr(0, cons_port);
663 return zs_getc(zs);
669 struct zschan *zs;
671 zs = zs_get_chan_addr(0, cons_port);
672 zs_putc(zs, c);