Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/tegra/
Dsor.h109 #define SOR_PLL1_LOADADJ(x) (((x) & 0xf) << 20) macro
Dsor.c906 value |= SOR_PLL1_LOADADJ(0x3); in tegra_sor_dp_link_configure()
910 value |= SOR_PLL1_LOADADJ(0x4); in tegra_sor_dp_link_configure()
914 value |= SOR_PLL1_LOADADJ(0x6); in tegra_sor_dp_link_configure()
2503 value |= SOR_PLL1_LOADADJ(settings->loadadj); in tegra_sor_hdmi_enable()