Home
last modified time | relevance | path

Searched refs:NCHANS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddma_engine.c69 static struct dmae_chnl dmae_stat[NCHANS];
70 static uintptr_t dmae_call_list[NCHANS] = {0, 0, 0, 0, 0, 0, 0, 0};
88 for (chnl = 0; chnl < NCHANS; chnl++) { in i_dmae_init()
/illumos-gate/usr/src/uts/common/sys/
H A Ddma_engine.h49 #define NCHANS 8 macro