Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-mlxbf.c1413 u8 core_od, core_r; in mlxbf_calculate_freq_from_tyu() local
1424 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() local
1462 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()