Home
last modified time | relevance | path

Searched defs:SECS_TO_TICKS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dhpwdt.c26 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro
H A Dbcm_kona_wdt.c32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dbcm_kona_wdt.c32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) macro
H A Dhpwdt.c29 #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) macro

Completed in 4 milliseconds