Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/keystone/
H A Dsci-clk.c20 #define SCI_CLK_ALLOW_FREQ_CHANGE BIT(1) macro
75 bool allow_freq_change = clk->flags & SCI_CLK_ALLOW_FREQ_CHANGE; in sci_clk_prepare()