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

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

Completed in 102 milliseconds