Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_clk_pll.c74 #define PLL_FLAG_PDIV_POWER2 0x01 /* P Divider is 2^n */ macro
411 .flags = PLL_FLAG_PDIV_POWER2,
632 if (sc->flags & PLL_FLAG_PDIV_POWER2) in pdiv_to_reg()
653 if (sc->flags & PLL_FLAG_PDIV_POWER2) in reg_to_pdiv()