Searched refs:m_n_int (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c132 u32 m_n_int = 0; local
160 m_n_int = temp / (u64)1000000000;
163 if (m_n_int % 2 == 0) {
166 m_pll = (m_n_int + 1) * n_pll;
169 m_pll = m_n_int * n_pll + 2;
172 m_pll = m_n_int * n_pll;
177 m_pll = (m_n_int + 1) * n_pll;
180 m_pll = (m_n_int + 1) * n_pll;
183 m_pll = m_n_int * n_pll + 1;
186 m_pll = m_n_int * n_pl
[all...]

Completed in 163 milliseconds