Searched refs:OSC_CTRL_PLL_REF_DIV_GET (Results 1 – 2 of 2) sorted by relevance
55 #define OSC_CTRL_PLL_REF_DIV_GET(x) (((x) >> 26) & 0x03) macro
370 fixed_osc_div.div = 1 << OSC_CTRL_PLL_REF_DIV_GET(val); in init_fixeds()