Home | History | Annotate | Download | only in dev

Lines Matching defs:zs

84  * Is the zs chip present?
102 * Attach a found zs.
109 struct zsdevice zs;
121 /* XXX: This is a gross hack. I need to bus-space zs.c ... */
122 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush + 1;
123 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 3;
124 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 5;
125 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 7;
128 zs_config(zsc, &zs, vector + PCCTWO_VECBASE, PCLK_162);
170 struct zsdevice zs;
176 /* XXX: This is a gross hack. I need to bus-space zs.c ... */
177 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush + 1;
178 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 3;
179 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 5;
180 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 7;
183 zs_cnconfig(0, 0, &zs, PCLK_162);