Home
last modified time | relevance | path

Searched refs:pxa2x0_i2s_setspeed (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/zaurus/dev/
H A Dzaudio.c191 pxa2x0_i2s_setspeed(&sc->sc_i2s, rec->sample_rate); in zaudio_set_format()
193 pxa2x0_i2s_setspeed(&sc->sc_i2s, play->sample_rate); in zaudio_set_format()
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_i2s.h62 void pxa2x0_i2s_setspeed(struct pxa2x0_i2s_softc *, u_int);
H A Dpxa2x0_i2s.c143 pxa2x0_i2s_setspeed(struct pxa2x0_i2s_softc *sc, u_int arg) in pxa2x0_i2s_setspeed() function