Searched refs:NUM_G (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c365 struct emu_voice voice[NUM_G]; /* Hardware voices */
1262 for (i = 0; i < NUM_G && sc->voice[i].busy; i++);
1263 if (i < NUM_G) {
1277 for (i = 0; i < NUM_G; i++) {
2744 for (ch = 0; ch < NUM_G; ch++) {
2753 for (ch = 0; ch < NUM_G; ch++) {
2914 for (ch = 0; ch < NUM_G; ch++)
2916 for (ch = 0; ch < NUM_G; ch++) {
3228 for (i = 0; i < NUM_G; i++) {
H A Demu10kx.h40 #define NUM_G 64 macro
H A Demu10k1.c48 #define NUM_G 64 /* use all channels */ macro
51 #define EMUMAXPAGES (WAVEOUT_MAXBUFSIZE * NUM_G / EMUPAGESIZE)
1789 for (ch = 0; ch < NUM_G; ch++) {
1912 for (ch = 0; ch < NUM_G; ch++) {
1996 for (ch = 0; ch < NUM_G; ch++)
1998 for (ch = 0; ch < NUM_G; ch++) {

Completed in 130 milliseconds