Searched refs:core_od (Results 1 – 1 of 1) sorted by relevance
1413 u8 core_od, core_r; in mlxbf_calculate_freq_from_tyu() local1424 core_od = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_OD_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()1440 core_frequency /= (++core_r) * (++core_od); in mlxbf_calculate_freq_from_tyu()1449 u8 core_od, core_r; in mlxbf_calculate_freq_from_yu() local1462 core_od = rol32(corepll_reg2_val, MLXBF_I2C_COREPLL_CORE_OD_YU_SHIFT) & in mlxbf_calculate_freq_from_yu()1476 corepll_frequency /= (++core_r) * (++core_od); in mlxbf_calculate_freq_from_yu()