Searched refs:f_config (Results 1 – 2 of 2) sorted by relevance
518 factor->factorn = (table[index].factor >> f_config->nshift) & ((1 << (f_config->nwidth)) - 1); in sunxi_clk_get_common_factors()519 factor->factork = (table[index].factor >> f_config->kshift) & ((1 << (f_config->kwidth)) - 1); in sunxi_clk_get_common_factors()520 factor->factorm = (table[index].factor >> f_config->mshift) & ((1 << (f_config->mwidth)) - 1); in sunxi_clk_get_common_factors()525 if (f_config->frac) in sunxi_clk_get_common_factors()601 factor->factorn = (table[i].factor >> f_config->nshift) & ((1 << (f_config->nwidth)) - 1); in sunxi_clk_com_ftr_sr()602 factor->factork = (table[i].factor >> f_config->kshift) & ((1 << (f_config->kwidth)) - 1); in sunxi_clk_com_ftr_sr()603 factor->factorm = (table[i].factor >> f_config->mshift) & ((1 << (f_config->mwidth)) - 1); in sunxi_clk_com_ftr_sr()604 factor->factorp = (table[i].factor >> f_config->pshift) & ((1 << (f_config->pwidth)) - 1); in sunxi_clk_com_ftr_sr()605 factor->factord1 = (table[i].factor >> f_config->d1shift) & ((1 << (f_config->d1width)) - 1); in sunxi_clk_com_ftr_sr()606 factor->factord2 = (table[i].factor >> f_config->d2shift) & ((1 << (f_config->d2width)) - 1); in sunxi_clk_com_ftr_sr()[all …]
275 int sunxi_clk_com_ftr_sr(struct sunxi_clk_factors_config *f_config,
Completed in 7 milliseconds