Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dsor.h95 #define SOR_PLL0_VCOCAP(x) (((x) & 0xf) << 8) macro
96 #define SOR_PLL0_VCOCAP_RST SOR_PLL0_VCOCAP(3)
Dsor.c2430 value |= SOR_PLL0_VCOCAP(settings->vcocap); in tegra_sor_hdmi_enable()