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

  /src/sys/arch/powerpc/oea/
ofwoea_machdep.c 172 int chs = OF_finddevice("/chosen"); local in function:ofwoea_initppc
175 len = OF_getprop(chs, "bootpath", bootpath, sizeof(bootpath) - 1);
  /src/sys/dev/usb/
uaudio.c 1080 int c, chs, ichs, ochs, nchs, i, o, bno, p, k; local in function:uaudio_add_mixer
1124 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot)
1128 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot)
1137 nchs = chs < MIX_MAX_CHAN ? chs : MIX_MAX_CHAN;
1158 p += chs;

Completed in 16 milliseconds