Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
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)
1782 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
1905 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
1989 for (ch = 0; ch < NUM_G; ch++) in emu_uninit()
1991 for (ch = 0; ch < NUM_G; ch++) { in emu_uninit()
H A Demu10kx.c363 struct emu_voice voice[NUM_G]; /* Hardware voices */
1254 for (i = 0; i < NUM_G && sc->voice[i].busy; i++); in emu_valloc()
1255 if (i < NUM_G) { in emu_valloc()
1268 for (int i = 0; i < NUM_G; i++) { in emu_vfree()
2722 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
2731 for (ch = 0; ch < NUM_G; ch++) { in emu_init()
2891 for (ch = 0; ch < NUM_G; ch++) in emu_uninit()
2893 for (ch = 0; ch < NUM_G; ch++) { in emu_uninit()
3196 for (i = 0; i < NUM_G; i++) { in emu_pci_attach()