Searched defs:scn_softc (Results 1 – 1 of 1) sorted by relevance
115 struct scn_softc { struct116 struct tty *sc_tty;117 int sc_unit; /* unit number of this line (base 0) */118 int sc_channel;119 int sc_isconsole;120 int sc_iskgdb;121 struct duart *sc_duart; /* pointer to duart struct */122 volatile u_char *sc_chbase; /* per-channel registers (CH_xxx) */123 u_char sc_swflags; /* from config / TIOCxFLAGS */130 u_char sc_dialout; /* set if open for dialout */[all …]