Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dedid.h264 #define MAX_CLOCK _MAX_CLOCK(c) macro
284 #define MAX_CLOCK_KHZ (MAX_CLOCK * 10000) - (_MAX_CLOCK_KHZ(c) * 250)
H A Dinterpret_edid.c673 if (MAX_CLOCK != 0xff) /* is specified? */ in get_monitor_ranges()
674 r->max_clock = MAX_CLOCK * 10 + 5; in get_monitor_ranges()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h179 #define MAX_CLOCK 350000 macro
H A Dintelfbhw.c374 if (tmp > MAX_CLOCK) { in intelfbhw_validate_mode()
376 (tmp + 500) / 1000, MAX_CLOCK / 1000); in intelfbhw_validate_mode()