Searched refs:noneof (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | aha1542.c | 153 #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)) \
|
D | wd7000.c | 762 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()
|