Lines Matching defs:pluart_softc
19 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;
29 int sc_floods;
30 int sc_errors;
31 int sc_halt;
32 u_int16_t sc_ucr1;
33 u_int16_t sc_ucr2;
34 u_int16_t sc_ucr3;
35 u_int16_t sc_ucr4;
36 u_int8_t sc_hwflags;
37 u_int8_t sc_hwrev;
63 void pluart_attach_common(struct pluart_softc *, int); argument