Searched refs:NCHANS (Results 1 – 2 of 2) sorted by relevance
71 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()
49 #define NCHANS 8 macro