Searched defs:pluart_softc (Results 1 – 1 of 1) sorted by relevance
19 struct pluart_softc { struct20 struct device sc_dev;21 bus_space_tag_t sc_iot;22 bus_space_handle_t sc_ioh;23 struct soft_intrhand *sc_si;24 void *sc_irq;25 struct tty *sc_tty;26 struct timeout sc_diag_tmo;27 struct timeout sc_dtr_tmo;28 int sc_overflows;[all …]