Searched defs:M (Results 1 – 7 of 7) sorted by relevance
49 int get_m_n_optimized(u32 target_freq_khz, u32 ref_freq_khz, u32 *M, u32 *N) in get_m_n_optimized()
29 uintptr_t M; member
81 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
59 #define M _X86EMU_env macro
216 u32 temp, M, N; in do_setup_dpll() local
327 #define M _X86EMU_env macro
529 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
Completed in 15 milliseconds