Searched refs:clk_lock (Results 1 – 1 of 1) sorted by relevance
15 static unsigned int clk_lock = SPINLOCK_UNLOCK; variable169 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_enable()171 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_enable()180 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_disable()182 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_disable()215 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_set_rate()222 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_set_rate()292 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_set_parent()300 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_set_parent()
Completed in 2 milliseconds