Home | History | Annotate | Download | only in dev

Lines Matching defs:zs

1 /*	$NetBSD: zs.c,v 1.34 2021/09/11 20:28:04 andvar Exp $	*/
40 * news68k/dev/zs.c - based on {newsmips,x68k,mvme68k}/dev/zs.c
44 __KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.34 2021/09/11 20:28:04 andvar Exp $");
76 * The news68k machines use three different clocks for the ZS chips.
154 * Is the zs chip present?
178 * Attach a found zs.
187 struct zsdevice *zs;
194 zs = (void *)(ha->ha_address);
210 zc = (channel == 0) ? &zs->zs_chan_a : &zs->zs_chan_b;
305 * We do not need to look at all of the zs chips.
324 * Compute the current baud rate given a ZS channel.