Searched refs:wdog_module (Results 1 – 2 of 2) sorted by relevance
87 u32 wdog_module = 0; in watchdog_init() local90 wdog_module = ((CONFIG_SYS_CLK / CONFIG_SYS_HZ) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()91 wdog_module |= (wdog_module / 8192); in watchdog_init()92 out_be16(&wdp->mr, wdog_module); in watchdog_init()
125 u32 wdog_module = 0; in watchdog_init() local128 wdog_module = ((CONFIG_SYS_CLK / 1000) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()130 out_be16(&wdp->mr, wdog_module / 8192); in watchdog_init()132 out_be16(&wdp->mr, wdog_module / 4096); in watchdog_init()