Searched refs:kwidth (Results 1 – 2 of 2) sorted by relevance
311 if (config->kwidth) in sunxi_clk_factors_recalc_rate()313 factor_val.factork = GET_BITS(config->kshift, config->kwidth, reg); in sunxi_clk_factors_recalc_rate()423 if (config->kwidth) in sunxi_clk_factors_set_rate()425 reg = SET_BITS(config->kshift, config->kwidth, reg, factor_val.factork); in sunxi_clk_factors_set_rate()519 factor->factork = (table[index].factor >> f_config->kshift) & ((1 << (f_config->kwidth)) - 1); in sunxi_clk_get_common_factors()602 factor->factork = (table[i].factor >> f_config->kshift) & ((1 << (f_config->kwidth)) - 1); in sunxi_clk_com_ftr_sr()
74 .kwidth = _kwidth, \198 u8 kwidth; member
Completed in 5 milliseconds