Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tegra/
Dsor.h391 #define SOR_REFCLK_DIV_FRAC(x) (((x) & 0x3) << 6) macro
Dhdmi.h406 #define SOR_REFCLK_DIV_FRAC(x) (((x) & 0x03) << 6) macro
Dhdmi.c1298 value = SOR_REFCLK_DIV_INT(div82 >> 2) | SOR_REFCLK_DIV_FRAC(div82); in tegra_hdmi_encoder_enable()
Dsor.c2380 value = SOR_REFCLK_DIV_INT(div) | SOR_REFCLK_DIV_FRAC(div); in tegra_sor_hdmi_enable()