Searched refs:wdog_module (Results 1 – 2 of 2) sorted by relevance
88 u32 wdog_module = 0; in watchdog_init() local91 wdog_module = ((CONFIG_SYS_CLK / CONFIG_SYS_HZ) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()92 wdog_module |= (wdog_module / 8192); in watchdog_init()93 out_be16(&wdp->mr, wdog_module); in watchdog_init()
126 u32 wdog_module = 0; in watchdog_init() local129 wdog_module = ((CONFIG_SYS_CLK / 1000) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()131 out_be16(&wdp->mr, wdog_module / 8192); in watchdog_init()133 out_be16(&wdp->mr, wdog_module / 4096); in watchdog_init()