Home
last modified time | relevance | path

Searched refs:core_od (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/i2c/busses/
Di2c-mlxbf.c1419 u8 core_od, core_r; in mlxbf_calculate_freq_from_tyu() local
1430 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() local
1468 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()