Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Darizona-core.c42 arizona->clk32k_ref++; in arizona_clk32k_enable()
44 if (arizona->clk32k_ref == 1) { in arizona_clk32k_enable()
70 arizona->clk32k_ref--; in arizona_clk32k_enable()
82 WARN_ON(arizona->clk32k_ref <= 0); in arizona_clk32k_disable()
84 arizona->clk32k_ref--; in arizona_clk32k_disable()
86 if (arizona->clk32k_ref == 0) { in arizona_clk32k_disable()
/openbmc/linux/include/linux/mfd/arizona/
H A Dcore.h144 int clk32k_ref; member