cs_ops            236 dev/ic/z8530sc.c 		(*cs_a->cs_ops->zsop_rxint)(cs_a);
cs_ops            238 dev/ic/z8530sc.c 		(*cs_b->cs_ops->zsop_rxint)(cs_b);
cs_ops            242 dev/ic/z8530sc.c 		(*cs_a->cs_ops->zsop_stint)(cs_a);
cs_ops            244 dev/ic/z8530sc.c 		(*cs_b->cs_ops->zsop_stint)(cs_b);
cs_ops            248 dev/ic/z8530sc.c 		(*cs_a->cs_ops->zsop_txint)(cs_a);
cs_ops            250 dev/ic/z8530sc.c 		(*cs_b->cs_ops->zsop_txint)(cs_b);
cs_ops            293 dev/ic/z8530sc.c 			(*cs->cs_ops->zsop_softint)(cs);
cs_ops             57 dev/ic/z8530sc.h 	struct zsops *cs_ops;
cs_ops            226 dev/ic/z8530tty.c 	cs->cs_ops = &zsops_tty;