Searched defs:sscom_softc (Results 1 – 1 of 1) sorted by relevance
102 struct sscom_softc { struct103 device_t sc_dev;104 void *sc_si;105 struct tty *sc_tty;107 struct callout sc_diag_callout;109 int sc_unit; /* UART0/UART1 */110 int sc_frequency;112 bus_space_tag_t sc_iot;113 bus_space_handle_t sc_ioh;115 u_int sc_overflows,[all …]