Home
last modified time | relevance | path

Searched defs:scn_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sgimips/dev/
H A Dscnvar.h115 struct scn_softc { struct
116 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 …]