Searched defs:exuart_softc (Results 1 – 1 of 1) sorted by relevance
49 struct exuart_softc { struct50 struct device sc_dev;51 bus_space_tag_t sc_iot;52 bus_space_handle_t sc_ioh;53 struct soft_intrhand *sc_si;54 void *sc_irq;55 struct tty *sc_tty;56 struct timeout sc_diag_tmo;57 struct timeout sc_dtr_tmo;59 uint32_t sc_rx_fifo_cnt_mask;[all …]