Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Ddma_engine.c71 static struct dmae_chnl dmae_stat[NCHANS];
72 static uintptr_t dmae_call_list[NCHANS] = {0, 0, 0, 0, 0, 0, 0, 0};
90 for (chnl = 0; chnl < NCHANS; chnl++) { in i_dmae_init()
/titanic_41/usr/src/uts/common/sys/
H A Ddma_engine.h49 #define NCHANS 8 macro