Searched defs:ixpcom_softc (Results 1 – 1 of 1) sorted by relevance
47 struct ixpcom_softc { struct48 device_t sc_dev;49 bus_addr_t sc_baseaddr;50 bus_space_tag_t sc_iot;51 bus_space_handle_t sc_ioh;53 void *sc_si;55 struct tty *sc_tty;57 u_char *sc_rbuf, *sc_ebuf;59 u_char *sc_tba;83 int (*enable)(struct ixpcom_softc *); argument[all …]