Home
last modified time | relevance | path

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

/linux/drivers/clk/x86/ !
H A Dclk-pmc-atom.c130 static int plt_clk_is_enabled(struct clk_hw *hw) in plt_clk_is_enabled() function
143 .is_enabled = plt_clk_is_enabled,
177 if (pmc_data->critical && plt_clk_is_enabled(&pclk->hw)) in plt_clk_register()