Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tegra/
Dhdmi.h409 #define SOR_REFCLK_DIV_FRAC(x) (((x) & 0x03) << 6) macro
Dhdmi.c910 value = SOR_REFCLK_DIV_INT(div82 >> 2) | SOR_REFCLK_DIV_FRAC(div82); in tegra_hdmi_encoder_mode_set()