Home
last modified time | relevance | path

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

/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.h55 #define OSC_CTRL_PLL_REF_DIV_GET(x) (((x) >> 26) & 0x03) macro
H A Dtegra210_car.c370 fixed_osc_div.div = 1 << OSC_CTRL_PLL_REF_DIV_GET(val); in init_fixeds()