Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sa11x0/
H A Dsa11x0_comvar.h48 struct sacom_softc { struct
49 device_t sc_dev;
50 bus_addr_t sc_baseaddr;
51 bus_space_tag_t sc_iot;
52 bus_space_handle_t sc_ioh;
54 void *sc_si;
55 struct tty *sc_tty;
58 u_char *sc_rbuf, *sc_ebuf;
83 int (*enable)(struct sacom_softc *); argument
84 int (*disable)(struct sacom_softc *); argument
[all …]