Lines Matching defs:xlcom_softc
75 struct xlcom_softc { struct
76 device_t sc_dev;
77 struct tty *sc_tty;
78 void *sc_ih;
80 bus_space_tag_t sc_iot;
81 bus_space_handle_t sc_ioh;
84 void *sc_rx_soft;
85 void *sc_tx_soft;
88 u_short sc_rbuf[XLCOM_RXBUF_SIZE];
89 volatile u_int sc_rput;
90 volatile u_int sc_rget;
91 volatile u_int sc_ravail;
94 u_char *sc_tba;
95 u_int sc_tbc;