Home
last modified time | relevance | path

Searched refs:dai_byphandle (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/fdt/
H A Dsimpleaudio.c135 sc->sc_dai_cpu = dai_byphandle(OF_getpropint(node, "sound-dai", 0)); in simpleaudio_attach_deferred()
138 sc->sc_dai_codec = dai_byphandle(OF_getpropint(node, "sound-dai", 0)); in simpleaudio_attach_deferred()
200 sc->sc_dai_aux[i] = dai_byphandle(auxdevs[i]); in simpleaudio_attach_deferred()
/openbsd/sys/dev/ofw/
H A Dofw_misc.h231 struct dai_device *dai_byphandle(uint32_t);
H A Dofw_misc.c983 dai_byphandle(uint32_t phandle) in dai_byphandle() function
/openbsd/sys/arch/arm64/dev/
H A Daplaudio.c143 sc->sc_dai_codec[i] = dai_byphandle(dais[i]); in aplaudio_attach()