Searched defs:MAX_CHANNELS (Results 1 – 17 of 17) sorted by relevance
42 #define MAX_CHANNELS 2 macro
47 #define MAX_CHANNELS 16 /* max logical channels */ macro
32 #define MAX_CHANNELS 4 macro
64 #define MAX_CHANNELS (MAX_CH_PER_BRANCH * MAX_BRANCHES) macro
54 #define MAX_CHANNELS (MAX_BRANCHES * CHANNELS_PER_BRANCH) macro
319 #define MAX_CHANNELS 6 /* max possible channels */ macro
73 #define MAX_CHANNELS 2 macro
80 #define MAX_CHANNELS 5 macro
25 #define MAX_CHANNELS 64 macro
48 #define MAX_CHANNELS (FRAME_SIZE / 8) macro
221 #define MAX_CHANNELS 8 macro
69 #define MAX_CHANNELS 4 macro
886 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
722 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
749 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
1006 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
725 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
Completed in 124 milliseconds