Searched refs:m_shift (Results 1 – 6 of 6) sorted by relevance
151 unsigned char m_shift; member316 paddr = ((paddr << uv_hub_info->m_shift) >> uv_hub_info->m_shift) | in uv_soc_phys_ram_to_gpa()342 gpa = ((gpa << uv_hub_info->m_shift) >> uv_hub_info->m_shift) | in uv_gpa_to_soc_phys_ram()368 return (gpa << uv_hub_info->m_shift) >> uv_hub_info->m_shift; in uv_gpa_to_offset()
55 u8 m_shift, m_bits, m_offset; member
97 m = (ctl >> pll_info->m_shift) & GENMASK(pll_info->m_bits - 1, 0); in ingenic_pll_recalc_rate()195 ctl &= ~(GENMASK(pll_info->m_bits - 1, 0) << pll_info->m_shift); in ingenic_pll_set_rate()196 ctl |= (m - pll_info->m_offset) << pll_info->m_shift; in ingenic_pll_set_rate()
72 .m_shift = 23,
231 .m_shift = 19, \
973 uv_cpu_hub_info(cpu)->m_shift = 64 - m_val; in uv_system_init()