Searched refs:MAXCHANNEL_NUM (Results 1 – 6 of 6) sorted by relevance
56 #define MAXCHANNEL_NUM (MAXCHANNEL - 1) /* max channel number */ macro64 #define CH_NUM_VALID_RANGE(ch_num) ((ch_num) > 0 && (ch_num) <= MAXCHANNEL_NUM)
60 #define MAXCHANNEL_NUM (MAXCHANNEL - 1) /* max channel number */ macro70 #define CH_NUM_VALID_RANGE(ch_num) ((ch_num) > 0 && (ch_num) <= MAXCHANNEL_NUM)
63 #define MAXCHANNEL_NUM (MAXCHANNEL - 7) /* max channel number */ macro73 #define CH_NUM_VALID_RANGE(ch_num) ((ch_num) > 0 && (ch_num) <= MAXCHANNEL_NUM)
65 #define MAXCHANNEL_NUM (MAXCHANNEL - 1) /* max channel number */ macro88 #define CH_NUM_VALID_RANGE(ch_num) ((ch_num) > 0 && (ch_num) <= MAXCHANNEL_NUM)