Searched refs:FAIL_MAX (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 119 #define FAIL_MAX(msg, x, _max_) do { \ macro 973 FAIL_MAX("h_disp too large", h_disp, 0xff); in aty_var_to_crtc() 974 FAIL_MAX("h_sync_strt too large", h_sync_strt, 0x1ff); in aty_var_to_crtc() 978 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc() 999 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc() 1000 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc() 1004 FAIL_MAX("v_total too large", v_total, 0x7ff); in aty_var_to_crtc()
|