Lines Matching defs:imxuart_softc
50 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;
60 int sc_overflows;
61 int sc_floods;
62 int sc_errors;
63 int sc_halt;
64 u_int16_t sc_ucr1;
65 u_int16_t sc_ucr2;
66 u_int16_t sc_ucr3;
67 u_int16_t sc_ucr4;
68 u_int8_t sc_hwflags;
73 u_int8_t sc_swflags;
103 struct imxuart_softc *imxuart_sc(dev_t dev); argument