Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-mlxbf.c1414 u32 corepll_val; in mlxbf_calculate_freq_from_tyu() local
1419 corepll_val = readl(corepll_res->io + MLXBF_I2C_CORE_PLL_REG1); in mlxbf_calculate_freq_from_tyu()
1422 core_f = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_F_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()
1424 core_od = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_OD_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()
1426 core_r = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_R_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()