Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tegra/
Dsor.h109 #define SOR_PLL1_LOADADJ(x) (((x) & 0xf) << 20) macro
Dsor.c905 value |= SOR_PLL1_LOADADJ(0x3); in tegra_sor_dp_link_configure()
909 value |= SOR_PLL1_LOADADJ(0x4); in tegra_sor_dp_link_configure()
913 value |= SOR_PLL1_LOADADJ(0x6); in tegra_sor_dp_link_configure()
2507 value |= SOR_PLL1_LOADADJ(settings->loadadj); in tegra_sor_hdmi_enable()