Searched refs:FAIL_MAX (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 119 #define FAIL_MAX(msg, x, _max_) do { \ macro 991 FAIL_MAX("h_disp too large", h_disp, 0xff); in aty_var_to_crtc() 992 FAIL_MAX("h_sync_strt too large", h_sync_strt, 0x1ff); in aty_var_to_crtc() 996 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc() 1011 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc() 1012 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc() 1016 FAIL_MAX("v_total too large", v_total, 0x7ff); in aty_var_to_crtc()
|