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

  /src/sys/dev/pci/
cs428x.c 65 struct cs428x_softc *sc;
84 struct cs428x_softc *sc;
96 struct cs428x_softc *sc;
105 struct cs428x_softc *sc;
114 struct cs428x_softc *sc;
135 struct cs428x_softc *sc;
178 struct cs428x_softc *sc;
189 struct cs428x_softc *sc;
235 struct cs428x_softc *sc;
259 cs428x_allocmem(struct cs428x_softc *sc, size_t size, struct cs428x_dma *p
    [all...]
cs4280.c 115 static void cs4280_clkrun_hack(struct cs428x_softc *, int);
116 static void cs4280_clkrun_hack_init(struct cs428x_softc *);
117 static void cs4280_set_adc_rate(struct cs428x_softc *, int );
118 static void cs4280_set_dac_rate(struct cs428x_softc *, int );
119 static int cs4280_download(struct cs428x_softc *, const uint32_t *, uint32_t,
121 static int cs4280_download_image(struct cs428x_softc *);
123 static int cs4280_init(struct cs428x_softc *, int);
124 static void cs4280_clear_fifos(struct cs428x_softc *);
128 static int cs4280_check_images(struct cs428x_softc *);
129 static int cs4280_checkimage(struct cs428x_softc *, uint32_t *, uint32_t
    [all...]
cs428x.h 74 struct cs428x_softc { struct
187 int cs428x_allocmem(struct cs428x_softc *, size_t, struct cs428x_dma *);
188 int cs428x_src_wait(struct cs428x_softc *);
cs4281.c 101 static void cs4281_set_dac_rate(struct cs428x_softc *, int);
102 static void cs4281_set_adc_rate(struct cs428x_softc *, int);
103 static int cs4281_init(struct cs428x_softc *, int);
146 CFATTACH_DECL_NEW(clct, sizeof(struct cs428x_softc),
185 struct cs428x_softc *sc;
304 struct cs428x_softc *sc;
405 struct cs428x_softc *sc;
417 struct cs428x_softc *sc;
428 struct cs428x_softc *sc;
449 struct cs428x_softc *sc
    [all...]

Completed in 13 milliseconds