Home | History | Annotate | Download | only in tc

Lines Matching defs:zs

110  * ZS chips are fed a 7.372 MHz clock.
196 * Is the zs chip present?
222 * Attach a found zs.
227 struct zsc_softc *zs = device_private(self);
236 zs->zsc_dev = self;
264 zs->zsc_cs[channel] = cs;
265 zs->zsc_addroffset = d->iada_offset; /* cookie only */
301 cs->cs_ctl_chan = zs->zsc_cs[0];
327 zs_ioasic_hardintr, zs);
328 zs->zsc_sih = softint_establish(SOFTINT_SERIAL,
329 zs_ioasic_softintr, zs);
330 if (zs->zsc_sih == NULL)
340 zs_write_reg(zs->zsc_cs[0], 2, zs_ioasic_init_reg[2]);
341 zs_write_reg(zs->zsc_cs[1], 2, zs_ioasic_init_reg[2]);
344 zs_write_reg(zs->zsc_cs[0], 9, zs_ioasic_init_reg[9]);
345 zs_write_reg(zs->zsc_cs[1], 9, zs_ioasic_init_reg[9]);
372 struct zsc_softc *zs = device_private(parent);
386 if (zs->zsc_addroffset == 0x100000)
391 else if (zs->zsc_addroffset == 0x100000)
533 * The ZS chip requires a 1.6 uSec. recovery time between accesses,