Searched refs:eap_softc (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | eap.c | 113 struct eap_softc { struct 154 int eap_allocmem(struct eap_softc *, size_t, size_t, struct eap_dma *); argument 155 int eap_freemem(struct eap_softc *, struct eap_dma *); 165 sizeof(struct eap_softc), eap_match, eap_attach 179 void eap1370_write_codec(struct eap_softc *, int, int); 190 void eap1370_set_mixer(struct eap_softc *sc, int a, int d); 191 u_int32_t eap1371_src_wait(struct eap_softc *sc); 192 void eap1371_set_adc_rate(struct eap_softc *sc, int rate); 193 void eap1371_set_dac_rate(struct eap_softc *sc, int rate, int which); 194 int eap1371_src_read(struct eap_softc *sc, int a); [all …]
|