Searched refs:clk_topo_lock (Results 1 – 1 of 1) sorted by relevance
167 static struct sx clk_topo_lock; variable168 SX_SYSINIT(clock_topology, &clk_topo_lock, "Clock topology lock");170 #define CLK_TOPO_SLOCK() sx_slock(&clk_topo_lock)171 #define CLK_TOPO_XLOCK() sx_xlock(&clk_topo_lock)172 #define CLK_TOPO_UNLOCK() sx_unlock(&clk_topo_lock)173 #define CLK_TOPO_ASSERT() sx_assert(&clk_topo_lock, SA_LOCKED)174 #define CLK_TOPO_XASSERT() sx_assert(&clk_topo_lock, SA_XLOCKED)