Lines Matching defs:mvuart_softc
69 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;
79 int sc_halt;
80 uint8_t sc_hwflags;
105 struct mvuart_softc *mvuart_sc(dev_t dev); argument