Searched refs:_max_ (Results 1 – 2 of 2) sorted by relevance
217 u8 *_max_, int rate);219 u8 *_max_, u8 *_min_);
119 #define FAIL_MAX(msg, x, _max_) do { \ argument120 if (x > _max_) { \122 printk(KERN_CRIT "atyfb: " msg " %x(%x)\n", x, _max_); \