Searched refs:mmcmdiv (Results 1 – 1 of 1) sorted by relevance
38 uint mmcmdiv, mul, cpu_div, sys_div; in clk_boston_setup() local50 err = regmap_read(regmap, BOSTON_PLAT_MMCMDIV, &mmcmdiv); in clk_boston_setup()56 in_freq = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_INPUT) * 1000000; in clk_boston_setup()57 mul = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_MUL); in clk_boston_setup()59 sys_div = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_CLK0DIV); in clk_boston_setup()62 cpu_div = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_CLK1DIV); in clk_boston_setup()