allof              78 drivers/scsi/aha1542.c static inline bool wait_mask(u16 port, u8 mask, u8 allof, u8 noneof, int timeout)
allof              89 drivers/scsi/aha1542.c 		if ((bits & allof) == allof && ((bits & noneof) == 0))