Home | History | Annotate | Download | only in dev

Lines Matching defs:zs

1 /*	$NetBSD: zs.c,v 1.43 2023/10/24 20:37:16 andvar Exp $	*/
40 __KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.43 2023/10/24 20:37:16 andvar Exp $");
189 * Is the zs chip present?
203 * Attach a found zs.
205 * Match slave number to zs unit number, so that misconfiguration will
274 * pass the generic zs driver a 'no reset' flag so the
367 * Our ZS chips all share a common, autovectored interrupt,
433 * Compute the current baud rate given a ZS channel.
684 aprint_debug("zs unit %d, channel %d had address %p\n",
781 struct zschan *zs;
786 zs = zs_get_chan_addr(1, cons_port);
791 zs = zs_get_chan_addr(0, cons_port);
795 return zs_getc(zs);
801 struct zschan *zs;
806 zs = zs_get_chan_addr(1, cons_port);
811 zs = zs_get_chan_addr(0, cons_port);
815 zs_putc(zs, c);