Home
last modified time | relevance | path

Searched refs:CLK_RECALC_NEW_RATES (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dclk-provider.h33 #define CLK_RECALC_NEW_RATES BIT(9) /* recalc rates after notifications */ macro
/linux-4.4.14/drivers/clk/samsung/
Dclk-exynos4.c539 CLK_SET_RATE_PARENT | CLK_RECALC_NEW_RATES, 0,
/linux-4.4.14/drivers/clk/
Dclk.c1475 if (core->flags & CLK_RECALC_NEW_RATES) in clk_change_rate()