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

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

Completed in 173 milliseconds