Home
last modified time | relevance | path

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

/u-boot/drivers/watchdog/
A Dxilinx_wwdt.c95 unsigned long clock_f; in xlnx_wwdt_start() local
98 clock_f = clk_get_rate(&wdt->clk); in xlnx_wwdt_start()
99 if (IS_ERR_VALUE(clock_f)) { in xlnx_wwdt_start()
101 return clock_f; in xlnx_wwdt_start()
104 dev_dbg(dev, "%s: CLK %ld\n", __func__, clock_f); in xlnx_wwdt_start()
110 count = timeout * clock_f; in xlnx_wwdt_start()

Completed in 6 milliseconds