Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c1450 u32 corepll_val; in mlxbf_i2c_calculate_freq_from_tyu() local
1453 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()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds