Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c1497 u32 corepll_reg1_val, corepll_reg2_val; in mlxbf_i2c_calculate_freq_from_yu() local
1502 corepll_reg1_val = readl(corepll_res->io + MLXBF_I2C_CORE_PLL_REG1); in mlxbf_i2c_calculate_freq_from_yu()
1506 core_f = FIELD_GET(MLXBF_I2C_COREPLL_CORE_F_YU_MASK, corepll_reg1_val); in mlxbf_i2c_calculate_freq_from_yu()
1507 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_YU_MASK, corepll_reg1_val); in mlxbf_i2c_calculate_freq_from_yu()