Lines Matching defs:m_num
409 u64 m_num;
415 &m_num, &m_den);
419 if (!m_num || !m_den)
423 * Though m_num is 64-bit, only the upper bits are actually used. While
424 * calculating m_num and m_den, they are shifted as far as possible to
429 res = m_num;
1383 u32 m_num = 0;
1387 if (of_property_read_u32(np, "silabs,pll-m-num", &m_num)) {
1396 if (!m_num || !m_den) {
1404 m_num = 1400000000;
1408 SI5341_PLL_M_NUM, m_num, m_den);