Searched refs:core_od (Results 1 – 1 of 1) sorted by relevance
1419 u8 core_od, core_r; in mlxbf_calculate_freq_from_tyu() local1430 core_od = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_OD_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()1446 core_frequency /= (++core_r) * (++core_od); in mlxbf_calculate_freq_from_tyu()1455 u8 core_od, core_r; in mlxbf_calculate_freq_from_yu() local1468 core_od = rol32(corepll_reg2_val, MLXBF_I2C_COREPLL_CORE_OD_YU_SHIFT) & in mlxbf_calculate_freq_from_yu()1482 corepll_frequency /= (++core_r) * (++core_od); in mlxbf_calculate_freq_from_yu()