Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/radeon/
HDradeon_display.c806 #define MAX_TOLERANCE 10 macro
846 if (tmp > (10000 + MAX_TOLERANCE)) in radeon_compute_pll_avivo()
848 else if (tmp >= (10000 - MAX_TOLERANCE)) in radeon_compute_pll_avivo()