Searched refs:allof (Results 1 – 1 of 1) sorted by relevance
81 static inline bool wait_mask(u16 port, u8 mask, u8 allof, u8 noneof, int timeout) in wait_mask() argument92 if ((bits & allof) == allof && ((bits & noneof) == 0)) in wait_mask()