Searched refs:ixpcom_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixm1200/
H A Dixpcom_ixmvar.h32 struct ixpcom_softc sc_ixpcom;
H A Dixpcom_ixm.c56 CFATTACH_DECL(ixpcom_ixm, sizeof(struct ixpcom_softc),
71 struct ixpcom_softc *sc = &isc->sc_ixpcom;
/netbsd-6-1-5-RELEASE/sys/arch/arm/ixp12x0/
H A Dixp12x0_comvar.h47 struct ixpcom_softc { struct
83 int (*enable)(struct ixpcom_softc *);
84 int (*disable)(struct ixpcom_softc *);
89 extern struct ixpcom_softc* ixpcom_sc;
91 void ixpcom_attach_subr(struct ixpcom_softc *);
H A Dixp12x0_com.c111 static void ixpcom_iflush(struct ixpcom_softc *);
112 static void ixpcom_set_cr(struct ixpcom_softc *);
119 inline static void ixpcom_txsoft(struct ixpcom_softc *, struct tty *);
120 inline static void ixpcom_rxsoft(struct ixpcom_softc *, struct tty *);
140 struct ixpcom_softc* ixpcom_sc = NULL;
184 ixpcom_attach_subr(struct ixpcom_softc *sc)
258 struct ixpcom_softc *sc
347 ixpcom_filltx(struct ixpcom_softc *sc)
368 struct ixpcom_softc *sc
418 ixpcom_break(struct ixpcom_softc *s
[all...]

Completed in 106 milliseconds