Searched refs:next_pow2 (Results 1 – 1 of 1) sorted by relevance
71 uint32_t next_pow2; in wdt_sam0_timeout_to_wdt_period() local83 next_pow2 = (1ULL << 32) >> __builtin_clz(cycles - 1); in wdt_sam0_timeout_to_wdt_period()84 return find_msb_set(next_pow2 >> 4); in wdt_sam0_timeout_to_wdt_period()