Searched refs:corepll_val (Results 1 – 1 of 1) sorted by relevance
1420 u32 corepll_val; in mlxbf_calculate_freq_from_tyu() local1425 corepll_val = readl(corepll_res->io + MLXBF_I2C_CORE_PLL_REG1); in mlxbf_calculate_freq_from_tyu()1428 core_f = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_F_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()1430 core_od = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_OD_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()1432 core_r = rol32(corepll_val, MLXBF_I2C_COREPLL_CORE_R_TYU_SHIFT) & in mlxbf_calculate_freq_from_tyu()