Searched refs:core_od (Results 1 – 1 of 1) sorted by relevance
1449 u8 core_od, core_r; in mlxbf_i2c_calculate_freq_from_tyu() local1457 core_od = FIELD_GET(MLXBF_I2C_COREPLL_CORE_OD_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()1471 core_frequency /= (++core_r) * (++core_od); in mlxbf_i2c_calculate_freq_from_tyu()1480 u8 core_od, core_r; in mlxbf_i2c_calculate_freq_from_yu() local1489 core_od = FIELD_GET(MLXBF_I2C_COREPLL_CORE_OD_YU_MASK, corepll_reg2_val); in mlxbf_i2c_calculate_freq_from_yu()1502 corepll_frequency /= (++core_r) * (++core_od); in mlxbf_i2c_calculate_freq_from_yu()