Searched refs:allof (Results 1 – 5 of 5) sorted by relevance
78 static inline bool wait_mask(u16 port, u8 mask, u8 allof, u8 noneof, int timeout) in wait_mask() argument89 if ((bits & allof) == allof && ((bits & noneof) == 0)) in wait_mask()
1226 oneof = oneof "|" allof1227 | allof1229 allof = allof "+" repeat
29743 oneof = oneof "|" allof29744 | allof29746 allof = allof "+" repeat