Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/cpu/mcf523x/
Dcpu.c88 u32 wdog_module = 0; in watchdog_init() local
91 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()
/external/u-boot/arch/m68k/cpu/mcf532x/
Dcpu.c126 u32 wdog_module = 0; in watchdog_init() local
129 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()