Home
last modified time | relevance | path

Searched refs:FAIL_MAX (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c122 #define FAIL_MAX(msg, x, _max_) do { \ macro
964 FAIL_MAX("h_disp too large", h_disp, 0xff); in aty_var_to_crtc()
965 FAIL_MAX("h_sync_strt too large", h_sync_strt, 0x1ff); in aty_var_to_crtc()
969 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc()
990 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc()
991 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc()
995 FAIL_MAX("v_total too large", v_total, 0x7ff); in aty_var_to_crtc()