Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_factors.c331 factor_val.factorp = GET_BITS(config->pshift, config->pwidth, reg); in sunxi_clk_factors_recalc_rate()
433 reg = SET_BITS(config->pshift, config->pwidth, reg, factor_val.factorp); in sunxi_clk_factors_set_rate()
521 factor->factorp = (table[index].factor >> f_config->pshift) & ((1 << (f_config->pwidth)) - 1); in sunxi_clk_get_common_factors()
604 factor->factorp = (table[i].factor >> f_config->pshift) & ((1 << (f_config->pwidth)) - 1); in sunxi_clk_com_ftr_sr()
A Dclk_factors.h77 .pshift = _pshift, \
202 u8 pshift; member

Completed in 10 milliseconds