Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c1469 u32 corepll_val; in mlxbf_i2c_calculate_freq_from_tyu() local
1472 corepll_val = readl(corepll_res->io + MLXBF_I2C_CORE_PLL_REG1); in mlxbf_i2c_calculate_freq_from_tyu()
1475 core_f = FIELD_GET(MLXBF_I2C_COREPLL_CORE_F_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()
1476 core_od = FIELD_GET(MLXBF_I2C_COREPLL_CORE_OD_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()
1477 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()