Searched refs:UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_car.h205 #define UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(x) (((x) & 0x3f) << 18) macro
H A Dtegra124_clk_pll.c1090 reg &= ~UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(~0);
1091 reg |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(ACTIVE_DELAY_COUNT);

Completed in 132 milliseconds