Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcomvar.h132 struct com_softc { struct
133 device_t sc_dev;
134 void *sc_si;
135 struct tty *sc_tty;
137 callout_t sc_diag_callout;
138 callout_t sc_poll_callout;
139 struct timeval sc_hup_pending;
141 int sc_frequency;
143 struct com_regs sc_regs;
144 bus_space_handle_t sc_hayespioh;
[all …]