Lines Matching refs:cs428x_softc
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,
195 CFATTACH_DECL_NEW(clcs, sizeof(struct cs428x_softc),
245 struct cs428x_softc *sc;
406 struct cs428x_softc *sc;
531 struct cs428x_softc *sc;
543 struct cs428x_softc *sc;
558 struct cs428x_softc *sc;
583 struct cs428x_softc *sc;
662 struct cs428x_softc *sc;
721 struct cs428x_softc *sc = device_private(dv);
762 struct cs428x_softc *sc = device_private(dv);
809 struct cs428x_softc *sc = addr;
822 struct cs428x_softc *sc = addr;
837 struct cs428x_softc *sc;
876 struct cs428x_softc *sc;
914 cs4280_clkrun_hack(struct cs428x_softc *sc, int change)
932 cs4280_clkrun_hack_init(struct cs428x_softc *sc)
962 cs4280_set_adc_rate(struct cs428x_softc *sc, int rate)
1080 cs4280_set_dac_rate(struct cs428x_softc *sc, int rate)
1126 cs4280_download(struct cs428x_softc *sc, const uint32_t *src,
1162 cs4280_download_image(struct cs428x_softc *sc)
1186 struct cs428x_softc *sc;
1199 cs4280_init(struct cs428x_softc *sc, int init)
1375 cs4280_clear_fifos(struct cs428x_softc *sc)
1413 struct cs428x_softc *sc;
1439 struct cs428x_softc *sc;
1457 struct cs428x_softc *sc;
1495 cs4280_checkimage(struct cs428x_softc *sc, uint32_t *src,
1522 cs4280_check_images(struct cs428x_softc *sc)