Searched refs:CLK_RECALC_NEW_RATES (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk-exynos5420.c | 607 CLK_SET_RATE_PARENT | CLK_RECALC_NEW_RATES, 0), 610 CLK_SET_RATE_PARENT | CLK_RECALC_NEW_RATES, 0),
|
H A D | clk-exynos4.c | 425 CLK_SET_RATE_PARENT | CLK_RECALC_NEW_RATES, 0),
|
H A D | clk-exynos5433.c | 3597 CLK_RECALC_NEW_RATES, 0), 3811 CLK_RECALC_NEW_RATES, 0),
|
/openbmc/linux/include/linux/ |
H A D | clk-provider.h | 28 #define CLK_RECALC_NEW_RATES BIT(9) /* recalc rates after notifications */ macro
|
/openbmc/linux/drivers/clk/ |
H A D | clk.c | 2456 if (core->flags & CLK_RECALC_NEW_RATES) in clk_change_rate() 3501 ENTRY(CLK_RECALC_NEW_RATES),
|