Lines Matching refs:zs_chanstate
117 * struct zs_chanstate and struct zsc_softc
121 struct zs_chanstate xzs_cs;
136 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
154 uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
155 uint8_t zs_read_csr(struct zs_chanstate *);
156 uint8_t zs_read_data(struct zs_chanstate *);
158 void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
159 void zs_write_csr(struct zs_chanstate *, uint8_t);
160 void zs_write_data(struct zs_chanstate *, uint8_t);
166 int zsmdioctl(struct zs_chanstate *, u_long, void *);
171 void zsmd_setclock (struct zs_chanstate *);