Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Daha1542.c152 #define WAIT(port, mask, allof, noneof) \ argument
157 if ((WAITbits & (allof)) == (allof) && ((WAITbits & (noneof)) == 0)) \
165 #define WAITd(port, mask, allof, noneof, timeout) \ argument
170 if ((WAITbits & (allof)) == (allof) && ((WAITbits & (noneof)) == 0)) \
Dwd7000.c761 static inline short WAIT(unsigned port, unsigned mask, unsigned allof, unsigned noneof) in WAIT() argument
769 if (((WAITbits & allof) == allof) && ((WAITbits & noneof) == 0)) in WAIT()