Searched refs:MAX_CHAN (Results 1 – 3 of 3) sorted by relevance
244 #define MAX_CHAN 64 /* max number of channels per board */ macro470 #define QUEUE_SIZE (10*MAX_CHAN)487 struct CH_CTRL ch_ctrl[MAX_CHAN];488 struct BUF_CTRL buf_ctrl[MAX_CHAN];
249 MAX_CHAN = 4 enumerator
172 for(unsigned c = 0; c < MAX_CHAN; ++c) { in find_free_array()