Searched refs:CCM_PLL5_TUN_LOCK_TIME (Results 1 – 2 of 2) sorted by relevance
258 #define CCM_PLL5_TUN_LOCK_TIME(x) (((x) & 0x7) << 24) macro259 #define CCM_PLL5_TUN_LOCK_TIME_MASK CCM_PLL5_TUN_LOCK_TIME(0x7)
191 CCM_PLL5_TUN_LOCK_TIME(2) | CCM_PLL5_TUN_INIT_FREQ(16)); in clock_set_pll5()