Searched refs:corepll_val (Results 1 – 1 of 1) sorted by relevance
1450 u32 corepll_val; in mlxbf_i2c_calculate_freq_from_tyu() local1453 corepll_val = readl(corepll_res->io + MLXBF_I2C_CORE_PLL_REG1); in mlxbf_i2c_calculate_freq_from_tyu()1456 core_f = FIELD_GET(MLXBF_I2C_COREPLL_CORE_F_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()1457 core_od = FIELD_GET(MLXBF_I2C_COREPLL_CORE_OD_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()1458 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()