Searched refs:_max_ (Results 1 – 2 of 2) sorted by relevance
196 u8 *_min_, u8 *_max_, int rate);198 u8 *_max_, u8 *_min_);
121 #define FAIL_MAX(msg, x, _max_) do { \ argument122 if (x > _max_) { \124 printk(KERN_CRIT "atyfb: " msg " %x(%x)\n", x, _max_); \