Lines Matching defs:cztty_softc
119 struct cztty_softc { struct
120 struct cz_softc *sc_parent;
121 struct tty *sc_tty;
123 callout_t sc_diag_ch;
125 int sc_channel; /* Also used to flag unattached chan */
128 bus_space_tag_t sc_chan_st; /* channel space tag */
129 bus_space_handle_t sc_chan_sh; /* channel space handle */
130 bus_space_handle_t sc_buf_sh; /* buffer space handle */
132 u_int sc_overflows,
133 sc_parity_errors,
134 sc_framing_errors,
135 sc_errors;
137 int sc_swflags;
139 u_int32_t sc_rs_control_dtr,
140 sc_chanctl_hw_flow,
164 struct cztty_softc *cz_ports; /* our array of ports */ argument