Searched refs:d1width (Results 1 – 2 of 2) sorted by relevance
338 if (config->d1width) in sunxi_clk_factors_recalc_rate()340 factor_val.factord1 = GET_BITS(config->d1shift, config->d1width, reg); in sunxi_clk_factors_recalc_rate()435 if (config->d1width) in sunxi_clk_factors_set_rate()437 reg = SET_BITS(config->d1shift, config->d1width, reg, factor_val.factord1); in sunxi_clk_factors_set_rate()522 … factor->factord1 = (table[index].factor >> f_config->d1shift) & ((1 << (f_config->d1width)) - 1); in sunxi_clk_get_common_factors()605 factor->factord1 = (table[i].factor >> f_config->d1shift) & ((1 << (f_config->d1width)) - 1); in sunxi_clk_com_ftr_sr()
80 … .d1width = _d1width, \206 u8 d1width; member
Completed in 7 milliseconds