Lines Matching defs:m_num
411 u64 m_num;
417 &m_num, &m_den);
421 if (!m_num || !m_den)
425 * Though m_num is 64-bit, only the upper bits are actually used. While
426 * calculating m_num and m_den, they are shifted as far as possible to
431 res = m_num;
1395 u32 m_num = 0;
1399 if (of_property_read_u32(np, "silabs,pll-m-num", &m_num)) {
1408 if (!m_num || !m_den) {
1416 m_num = 1400000000;
1420 SI5341_PLL_M_NUM, m_num, m_den);