Searched refs:CLK_GET_RATE_NOCACHE (Results 1 – 3 of 3) sorted by relevance
32 #define CLK_GET_RATE_NOCACHE BIT(6) /* do not use the cached clk rate */ macro
19 * The clk_get_rate() caches the previously read data if CLK_GET_RATE_NOCACHE
454 if (!pclk->rate || pclk->flags & CLK_GET_RATE_NOCACHE) in clk_get_parent_rate()