Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_factors.c172 if (config->sdmwidth) in sunxi_clk_fators_enable()
176 reg = SET_BITS(config->sdmshift, config->sdmwidth, reg, 1); in sunxi_clk_fators_enable()
226 if (config->sdmwidth) in sunxi_clk_fators_disable()
228 reg = SET_BITS(config->sdmshift, config->sdmwidth, reg, 0); in sunxi_clk_fators_disable()
414 if (config->sdmwidth) in sunxi_clk_factors_set_rate()
417 reg = SET_BITS(config->sdmshift, config->sdmwidth, reg, 1); in sunxi_clk_factors_set_rate()
A Dclk_factors.h88 … .sdmwidth = _sdmwidth, \
217 u8 sdmwidth; member

Completed in 4 milliseconds