Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Daha1542.c81 static inline bool wait_mask(u16 port, u8 mask, u8 allof, u8 noneof, int timeout) in wait_mask() argument
92 if ((bits & allof) == allof && ((bits & noneof) == 0)) in wait_mask()