Home
last modified time | relevance | path

Searched refs:DW_WDT_NUM_TOPS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Ddw_wdt.c53 #define DW_WDT_NUM_TOPS 16 macro
58 static const u32 dw_wdt_fix_tops[DW_WDT_NUM_TOPS] = {
89 struct dw_wdt_timeout timeouts[DW_WDT_NUM_TOPS];
133 for (idx = 0; idx < DW_WDT_NUM_TOPS; ++idx) { in dw_wdt_find_best_top()
138 if (idx == DW_WDT_NUM_TOPS) in dw_wdt_find_best_top()
154 for (idx = 0; idx < DW_WDT_NUM_TOPS; ++idx) { in dw_wdt_get_min_timeout()
164 struct dw_wdt_timeout *timeout = &dw_wdt->timeouts[DW_WDT_NUM_TOPS - 1]; in dw_wdt_get_max_timeout_ms()
177 for (idx = 0; idx < DW_WDT_NUM_TOPS; ++idx) { in dw_wdt_get_timeout()
438 for (val = 0; val < DW_WDT_NUM_TOPS; ++val) { in dw_wdt_handle_tops()
464 u32 data, of_tops[DW_WDT_NUM_TOPS]; in dw_wdt_init_timeouts()
[all …]