Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_car.h206 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
H A Dtegra124_clk_pll.c1084 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in config_utmi_pll()
1085 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(STABLE_COUNT); in config_utmi_pll()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_car.h276 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
H A Dtegra210_clk_pll.c1404 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in config_utmi_pll()
1405 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(STABLE_COUNT); in config_utmi_pll()