Searched defs:com_softc (Results 1 – 1 of 1) sorted by relevance
132 struct com_softc { struct133 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 …]