Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/nvidia/tegra124/
H A Dtegra124_car.h206 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
H A Dtegra124_clk_pll.c1088 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in config_utmi_pll()
1089 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(STABLE_COUNT); in config_utmi_pll()