Searched refs:FAIL_MAX (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 119 #define FAIL_MAX(msg, x, _max_) do { \ macro 988 FAIL_MAX("h_disp too large", h_disp, 0xff); in aty_var_to_crtc() 989 FAIL_MAX("h_sync_strt too large", h_sync_strt, 0x1ff); in aty_var_to_crtc() 993 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc() 1008 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc() 1009 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc() 1013 FAIL_MAX("v_total too large", v_total, 0x7ff); in aty_var_to_crtc()
|