Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c75 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;
[all …]