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

/openbsd-current/sys/arch/macppc/dev/
H A Daoa.c88 int soundbus, soundchip; local
94 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
95 (soundchip = OF_child(soundbus)) == 0)
H A Ddaca.c99 int soundbus, soundchip; local
105 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
106 (soundchip = OF_child(soundbus)) == 0)
H A Donyx.c107 int soundbus, soundchip, soundcodec; local
113 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
114 (soundchip = OF_child(soundbus)) == 0)
H A Dxlights.c75 int soundbus, soundchip, error; local
80 if ((soundbus = OF_child(ca->ca_node)) == 0)
82 if ((soundchip = OF_child(soundbus)) == 0)
H A Dtumbler.c244 int soundbus, soundchip; local
250 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
251 (soundchip = OF_child(soundbus)) == 0)
H A Dsnapper.c423 int soundbus, soundchip, soundcodec; local
429 if ((soundbus = OF_child(ca->ca_node)) == 0 ||
430 (soundchip = OF_child(soundbus)) == 0)

Completed in 88 milliseconds