Home
last modified time | relevance | path

Searched refs:noneof (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/
Daha1542.c153 #define WAIT(port, mask, allof, noneof) \ argument
158 if ((WAITbits & (allof)) == (allof) && ((WAITbits & (noneof)) == 0)) \
166 #define WAITd(port, mask, allof, noneof, timeout) \ argument
171 if ((WAITbits & (allof)) == (allof) && ((WAITbits & (noneof)) == 0)) \
Dwd7000.c762 static inline short WAIT(unsigned port, unsigned mask, unsigned allof, unsigned noneof) in WAIT() argument
770 if (((WAITbits & allof) == allof) && ((WAITbits & noneof) == 0)) in WAIT()