Searched refs:IS_VALID_CHANNEL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dhardware.h108 #define IS_VALID_CHANNEL(y,x) ((x>0) && (x <= sc_adapter[y]->channels)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Ddma.c40 #define IS_VALID_CHANNEL(ch) ((ch) >= 0 && (ch) < MAX_DMA_CHANNELS) macro
49 if (!IS_VALID_CHANNEL(ch)) {
76 if (!IS_VALID_CHANNEL(ch)) {
123 if (!IS_VALID_CHANNEL(channel)) {
158 if (!IS_VALID_CHANNEL(channel)) {

Completed in 101 milliseconds