Searched refs:mshift (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk_periph.h | 51 … .mshift = _div_mshift, \ 142 u8 mshift; member
|
| A D | clk_factors.c | 322 factor_val.factorm = GET_BITS(config->mshift, config->mwidth, reg); in sunxi_clk_factors_recalc_rate() 429 reg = SET_BITS(config->mshift, config->mwidth, reg, factor_val.factorm); in sunxi_clk_factors_set_rate() 520 factor->factorm = (table[index].factor >> f_config->mshift) & ((1 << (f_config->mwidth)) - 1); in sunxi_clk_get_common_factors() 603 factor->factorm = (table[i].factor >> f_config->mshift) & ((1 << (f_config->mwidth)) - 1); in sunxi_clk_com_ftr_sr()
|
| A D | clk_factors.h | 75 .mshift = _mshift, \ 200 u8 mshift; member
|
| A D | clk_periph.c | 391 div_m = GET_BITS(divider->mshift, divider->mwidth, reg); in sunxi_clk_periph_recalc_rate() 550 reg = SET_BITS(divider->mshift, divider->mwidth, reg, div_m); in sunxi_clk_periph_set_rate()
|
Completed in 10 milliseconds