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

/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c51 #define EMUMAXPAGES (WAVEOUT_MAXBUFSIZE * NUM_G / EMUPAGESIZE) macro
167 u_int8_t bmap[EMUMAXPAGES / 8];
1359 while (!found && start + blksz < EMUMAXPAGES) {
1891 sc->mem.ptb_pages = emu_malloc(sc, EMUMAXPAGES * sizeof(u_int32_t),
1905 for (i = 0; i < EMUMAXPAGES; i++)

Completed in 88 milliseconds