Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ddw_wdt.c423 static void dw_wdt_handle_tops(struct dw_wdt *dw_wdt, const u32 *tops) in dw_wdt_handle_tops() argument
437 tout.sec = tops[val] / dw_wdt->rate; in dw_wdt_handle_tops()
438 msec = (u64)tops[val] * MSEC_PER_SEC; in dw_wdt_handle_tops()
462 const u32 *tops; in dw_wdt_init_timeouts() local
472 tops = dw_wdt_fix_tops; in dw_wdt_init_timeouts()
479 tops = dw_wdt_fix_tops; in dw_wdt_init_timeouts()
481 tops = of_tops; in dw_wdt_init_timeouts()
486 dw_wdt_handle_tops(dw_wdt, tops); in dw_wdt_init_timeouts()
H A Drzv2h_wdt.c62 u8 tops; member
151 WDTCR_RPES_0 | of_data->tops); in rzv2h_wdt_start()
349 .tops = WDTCR_TOPS_4096,
359 .tops = WDTCR_TOPS_16384,