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

  /src/sys/dev/ic/
interwave.c 60 static void iwreset(struct iw_softc *, int);
62 static int iw_set_speed(struct iw_softc *, u_long, char);
63 static u_long iw_set_format(struct iw_softc *, u_long, int);
64 static void iw_mixer_line_level(struct iw_softc *, int, int, int);
65 static void iw_trigger_dma(struct iw_softc *, u_char);
66 static void iw_stop_dma(struct iw_softc *, u_char, u_char);
67 static void iw_dma_count(struct iw_softc *, u_short, int);
69 static void iw_meminit(struct iw_softc *);
70 static void iw_mempoke(struct iw_softc *, u_long, u_char);
71 static u_char iw_mempeek(struct iw_softc *, u_long)
    [all...]
interwavevar.h 77 struct iw_softc { struct
196 void iwattach(struct iw_softc *);
198 int iwopen(struct iw_softc *, int); /* open hardware */
  /src/sys/dev/isapnp/
gus_isapnp.c 88 CFATTACH_DECL_NEW(guspnp, sizeof(struct iw_softc),
123 struct iw_softc *sc;
210 struct iw_softc *sc;
212 sc = (struct iw_softc *)addr;

Completed in 13 milliseconds