Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tegra/
Dsor.h93 #define SOR_PLL0_VCOCAP(x) (((x) & 0xf) << 8) macro
94 #define SOR_PLL0_VCOCAP_RST SOR_PLL0_VCOCAP(3)
Dsor.c2500 value |= SOR_PLL0_VCOCAP(settings->vcocap); in tegra_sor_hdmi_enable()
2824 value |= SOR_PLL0_VCOCAP(0x3); in tegra_sor_dp_enable()