Home
last modified time | relevance | path

Searched defs:sdiv (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/clk/exynos/
H A Dclk-pll.c22 unsigned long mdiv, sdiv, pdiv; in pll145x_get_rate() local
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c154 int32_t HELPER(sdiv)(CPUARMState *env, int32_t num, int32_t den) in HELPER() argument
/openbmc/u-boot/board/samsung/trats/
H A Dsetup.h229 #define SET_PLL(mdiv, pdiv, sdiv) ((ENABLE << 31)\ argument
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos4_setup.h340 #define SET_PLL(mdiv, pdiv, sdiv) ((ENABLE << 31)\ argument
H A Dexynos5_setup.h22 #define set_pll(mdiv, pdiv, sdiv) (1<<31 | mdiv<<16 | pdiv<<8 | sdiv) argument