Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/fdt/
H A Dmvuart.c69 struct mvuart_softc { struct
70 struct device sc_dev;
71 bus_space_tag_t sc_iot;
72 bus_space_handle_t sc_ioh;
73 int sc_node;
74 struct soft_intrhand *sc_si;
75 void *sc_ih;
76 struct tty *sc_tty;
77 int sc_floods;
78 int sc_errors;
[all …]