Home
last modified time | relevance | path

Searched refs:d2shift (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_factors.c349 factor_val.factord2 = GET_BITS(config->d2shift, config->d2width, reg); in sunxi_clk_factors_recalc_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()
A Dclk_factors.h81 … .d2shift = _d2shift, \
207 u8 d2shift; member

Completed in 7 milliseconds