Home
last modified time | relevance | path

Searched refs:NUM_G (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/sound/pci/
HDemu10kx.h40 #define NUM_G 64 macro
HDemu10k1.c48 #define NUM_G 64 /* use all channels */ macro
51 #define EMUMAXPAGES (WAVEOUT_MAXBUFSIZE * NUM_G / EMUPAGESIZE)
1788 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
1911 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
1995 for (ch = 0; ch < NUM_G; ch++) in emu_uninit()
1997 for (ch = 0; ch < NUM_G; ch++) { in emu_uninit()
HDemu10kx.c365 struct emu_voice voice[NUM_G]; /* Hardware voices */
1265 for (i = 0; i < NUM_G && sc->voice[i].busy; i++); in emu_valloc()
1266 if (i < NUM_G) { in emu_valloc()
1280 for (i = 0; i < NUM_G; i++) { in emu_vfree()
2747 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
2756 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
2917 for (ch = 0; ch < NUM_G; ch++) in emu_uninit()
2919 for (ch = 0; ch < NUM_G; ch++) { in emu_uninit()
3231 for (i = 0; i < NUM_G; i++) { in emu_pci_attach()