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

  /src/sys/dev/ic/
cd18xx.c 120 static void cdtty_attach(struct cd18xx_softc *, int);
122 static inline void cd18xx_rint(struct cd18xx_softc *, int *);
123 static inline void cd18xx_tint(struct cd18xx_softc *, int *);
124 static inline void cd18xx_mint(struct cd18xx_softc *, int *);
126 void cdtty_rxsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
127 void cdtty_txsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
128 void cdtty_stsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
155 static void cdtty_shutdown(struct cd18xx_softc *, struct cdtty_port *);
158 static void cdtty_break(struct cd18xx_softc *, struct cdtty_port *, int);
159 static void cdtty_modem(struct cd18xx_softc *, struct cdtty_port *, int)
    [all...]
cd18xxvar.h 99 struct cd18xx_softc { struct
146 void cd18xx_attach(struct cd18xx_softc *);
  /src/sys/dev/sbus/
sio16.c 272 CFATTACH_DECL_NEW(clcd, sizeof(struct cd18xx_softc),
286 struct cd18xx_softc *sc = device_private(self);

Completed in 37 milliseconds