Searched refs:LVL_CLK_MASK (Results 1 – 1 of 1) sorted by relevance
155 #define LVL_CLK_MASK (LVL_CLK_DIV - 1) macro1544 if (clk & LVL_CLK_MASK) in collect_expired_timers()1584 unsigned long lvl_clk = clk & LVL_CLK_MASK; in __next_timer_interrupt()1597 if (pos <= ((LVL_CLK_DIV - lvl_clk) & LVL_CLK_MASK)) in __next_timer_interrupt()