Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dbooke_wdt.c78 static unsigned int sec_to_period(unsigned int secs) in sec_to_period() function
97 static unsigned int sec_to_period(unsigned int secs) in sec_to_period() function
113 val |= WDTP(sec_to_period(wdog->timeout)); in __booke_wdt_set()
144 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(sec_to_period(wdog->timeout))); in __booke_wdt_enable()