Searched defs:siotty_softc (Results 1 – 1 of 1) sorted by relevance
69 struct siotty_softc { struct70 struct device sc_dev;71 struct tty *sc_tty;72 struct sioreg *sc_ctl;73 u_int sc_flags;74 u_int8_t sc_wr[6];75 void *sc_si; /* software interrupt handler */76 u_int sc_hwflags;101 void siotty_rxsoft(struct siotty_softc *, struct tty *); argument