Searched refs:CHECK (Results 1 – 1 of 1) sorted by relevance
287 #define CHECK(e,l,h) (var->e < l || var->e > h) in clcdfb_check() macro288 if (CHECK(right_margin, (5+1), 256) || /* back porch */ in clcdfb_check()289 CHECK(left_margin, (5+1), 256) || /* front porch */ in clcdfb_check()290 CHECK(hsync_len, (5+1), 256) || in clcdfb_check()297 #undef CHECK in clcdfb_check()310 #define CHECK(e) (var->e != fb->fb.var.e) in clcdfb_check() macro312 (CHECK(xres) || in clcdfb_check()313 CHECK(yres) || in clcdfb_check()314 CHECK(bits_per_pixel) || in clcdfb_check()315 CHECK(pixclock) || in clcdfb_check()[all …]