Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/fdt/
H A Dimxuart.c50 struct imxuart_softc { struct
51 struct device sc_dev;
52 bus_space_tag_t sc_iot;
53 bus_space_handle_t sc_ioh;
54 int sc_node;
55 struct soft_intrhand *sc_si;
56 void *sc_irq;
57 struct tty *sc_tty;
58 struct timeout sc_diag_tmo;
59 struct timeout sc_dtr_tmo;
[all …]