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

  /src/sys/arch/sh3/dev/
scif.c 126 struct scif_softc { struct
189 CFATTACH_DECL_NEW(scif, sizeof(struct scif_softc),
249 static void scif_rxsoft(struct scif_softc *, struct tty *);
250 static void scif_txsoft(struct scif_softc *, struct tty *);
252 static void scif_stsoft(struct scif_softc *, struct tty *);
254 static void scif_schedrx(struct scif_softc *);
257 static void scif_break(struct scif_softc *, int);
258 static void scif_iflush(struct scif_softc *);
444 struct scif_softc *sc;
522 struct scif_softc *sc
    [all...]
scif.c 126 struct scif_softc { struct
189 CFATTACH_DECL_NEW(scif, sizeof(struct scif_softc),
249 static void scif_rxsoft(struct scif_softc *, struct tty *);
250 static void scif_txsoft(struct scif_softc *, struct tty *);
252 static void scif_stsoft(struct scif_softc *, struct tty *);
254 static void scif_schedrx(struct scif_softc *);
257 static void scif_break(struct scif_softc *, int);
258 static void scif_iflush(struct scif_softc *);
444 struct scif_softc *sc;
522 struct scif_softc *sc
    [all...]

Completed in 25 milliseconds