Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dbooke_wdt.c79 static unsigned int sec_to_period(unsigned int secs) in sec_to_period() function
98 static unsigned int sec_to_period(unsigned int secs) in sec_to_period() function
114 val |= WDTP(sec_to_period(wdog->timeout)); in __booke_wdt_set()
145 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(sec_to_period(wdog->timeout))); in __booke_wdt_enable()