Searched refs:cs4280_softc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dcs4280.c103 struct cs4280_softc { struct
169 int cs4280_download_image(struct cs4280_softc *);
171 int cs4280_download(struct cs4280_softc *, const u_int32_t *, u_int32_t, u_int32_t);
172 int cs4280_allocmem(struct cs4280_softc *, size_t, size_t,
174 int cs4280_freemem(struct cs4280_softc *, struct cs4280_dma *);
177 int cs4280_check_images(struct cs4280_softc *);
178 int cs4280_checkimage(struct cs4280_softc *, u_int32_t *, u_int32_t,
187 sizeof(struct cs4280_softc), cs4280_match, cs4280_attach, NULL,
191 int cs4280_init(struct cs4280_softc *, int);
192 int cs4280_init2(struct cs4280_softc *, in
[all...]

Completed in 91 milliseconds