HomeSort by: relevance | last modified time | path
    Searched refs:scn_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/dev/
scnvar.h 91 struct scn_softc *sc;
115 struct scn_softc { struct
scn.c 142 CFATTACH_DECL_NEW(scn, sizeof(struct scn_softc),
201 static inline struct scn_softc *
211 static int scn_rxintr(struct scn_softc *);
213 static void scn_setchip(struct scn_softc *sc);
216 static void scn_rxenable(struct scn_softc *);
217 static void scn_rxdisable(struct scn_softc *);
218 static void dcd_int(struct scn_softc *, struct tty *, u_char);
220 static u_char opbits(struct scn_softc *, int);
407 scn_setchip(struct scn_softc *sc)
608 struct scn_softc *sc
    [all...]

Completed in 12 milliseconds