Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.h390 #define SOR_REFCLK_DIV_INT(x) ((((x) >> 2) & 0xff) << 8) macro
H A Dhdmi.h405 #define SOR_REFCLK_DIV_INT(x) (((x) & 0xff) << 8) macro
H A Dhdmi.c1293 value = SOR_REFCLK_DIV_INT(div82 >> 2) | SOR_REFCLK_DIV_FRAC(div82); in tegra_hdmi_encoder_enable()
H A Dsor.c2376 value = SOR_REFCLK_DIV_INT(div) | SOR_REFCLK_DIV_FRAC(div); in tegra_sor_hdmi_enable()