Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
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()
/linux-6.3-rc2/Documentation/devicetree/bindings/watchdog/
A Dsnps,dw-wdt.yaml58 snps,watchdog-tops:
99 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF

Completed in 6 milliseconds