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

/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx-pcm.c89 #define MAX_CHANNELS 4 macro
91 #if MAX_CHANNELS > 13
99 struct emu_pcm_pchinfo pch[MAX_CHANNELS]; /* hardware channels */
718 if (sc->pnum >= MAX_CHANNELS)
1242 for (i = 0; i < MAX_CHANNELS; i++)
1467 if (pcm_register(dev, sc, (route == RT_FRONT) ? MAX_CHANNELS : 1, (route == RT_FRONT) ? 1 : 0)) {
1475 for (i = 1; i < MAX_CHANNELS; i++)
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c87 #define MAX_CHANNELS 8 /* Maximum number of hardware channels supported by the USB block */ macro
195 } entry[MAX_CHANNELS+1];
209 cvmx_usb_pipe_t *pipe_for_channel[MAX_CHANNELS]; /**< Map channels to pipes */
1432 if (fifo->tail > MAX_CHANNELS)
1543 if (fifo->head > MAX_CHANNELS)

Completed in 73 milliseconds