Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.h391 #define SOR_REFCLK_DIV_FRAC(x) (((x) & 0x3) << 6) macro
H A Dhdmi.h406 #define SOR_REFCLK_DIV_FRAC(x) (((x) & 0x03) << 6) 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()