Searched refs:corepll_val (Results 1 – 1 of 1) sorted by relevance
1414 u32 corepll_val; in mlxbf_calculate_freq_from_tyu() local1419 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()