Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dpluartvar.h19 struct pluart_softc { struct
20 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 …]