HomeSort by: relevance | last modified time | path
    Searched defs:soundbus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
lightbar.c 87 int soundbus, soundchip; local in function:lightbar_match
94 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
95 (soundchip = OF_child(soundbus)) == 0)
snapper.c 629 int soundbus, soundchip, soundcodec; local in function:snapper_match
636 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
637 (soundchip = OF_child(soundbus)) == 0)
673 int cirq, oirq, iirq, /*cirq_type,*/ oirq_type, iirq_type, soundbus; local in function:snapper_attach
682 soundbus = OF_child(ca->ca_node);
684 OF_getprop(OF_child(soundbus), "compatible", compat, sizeof compat);
703 OF_getprop(soundbus, "reg", reg, sizeof reg);
737 OF_getprop(soundbus, "interrupts", intr, sizeof intr);
774 int codec_node, soundbus, sound, ok, deqnode = 0; local in function:snapper_defer
785 soundbus = OF_child(sc->sc_node)
    [all...]

Completed in 12 milliseconds