Home
last modified time | relevance | path

Searched defs:wd_timeout_table (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dutil_macros_kunit.c27 static u32 wd_timeout_table[] = { 2, 4, 6, 8, 16, 32, 48, 64 }; in test_find_closest() local
135 static u32 wd_timeout_table[] = { 64, 48, 32, 16, 8, 6, 4, 2 }; in test_find_closest_descending() local
/linux/drivers/watchdog/
H A Dsimatic-ipc-wdt.c62 static u32 wd_timeout_table[] = {2, 4, 6, 8, 16, 32, 48, 64 }; variable