Lines Matching defs:zs
81 * Is the zs chip present?
98 * Attach a found zs.
100 * Match slave number to zs unit number, so that misconfiguration will
108 struct zsdevice zs;
120 /* XXX: This is a gross hack. I need to bus-space zs.c ... */
121 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush;
122 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 1;
123 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 2;
124 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 3;
128 * Note that the vector is not actually used by the ZS chip on
132 zs_config(zsc, &zs, PCC_VECBASE + PCCV_ZS, PCLK_147);
151 panic("%s: zs configured at different IPLs", __func__);
188 struct zsdevice zs;
193 /* XXX: This is a gross hack. I need to bus-space zs.c ... */
194 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush;
195 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 1;
196 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 2;
197 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 3;
200 zs_cnconfig(0, 0, &zs, PCLK_147);