Searched defs:siotty_softc (Results 1 – 1 of 1) sorted by relevance
86 struct siotty_softc { struct87 device_t sc_dev;88 struct tty *sc_tty;89 struct sioreg *sc_ctl;90 u_int sc_flags;91 uint8_t sc_wr[6];92 void *sc_si; /* software interrupt handler */93 u_int sc_hwflags;119 static void siotty_rxsoft(struct siotty_softc *, struct tty *); argument