Searched refs:secs_to_ticks (Results 1 – 1 of 1) sorted by relevance
55 #define secs_to_ticks(s) ((s) ? (((s) << 8) - 1) : 0) macro292 min = secs_to_ticks(min); in of_at91wdt_init()293 max = secs_to_ticks(max); in of_at91wdt_init()