Searched refs:d2width (Results 1 – 2 of 2) sorted by relevance
347 if (config->d2width) in sunxi_clk_factors_recalc_rate()349 factor_val.factord2 = GET_BITS(config->d2shift, config->d2width, reg); in sunxi_clk_factors_recalc_rate()439 if (config->d2width) in sunxi_clk_factors_set_rate()441 reg = SET_BITS(config->d2shift, config->d2width, reg, factor_val.factord2); in sunxi_clk_factors_set_rate()523 … factor->factord2 = (table[index].factor >> f_config->d2shift) & ((1 << (f_config->d2width)) - 1); in sunxi_clk_get_common_factors()606 factor->factord2 = (table[i].factor >> f_config->d2shift) & ((1 << (f_config->d2width)) - 1); in sunxi_clk_com_ftr_sr()
82 … .d2width = _d2width, \208 u8 d2width; member
Completed in 6 milliseconds