Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dmpc8xx_wdt.c28 if (!(in_be32(&immap->im_siu_conf.sc_sypcr) & SYPCR_SWE)) in mpc8xx_wdt_start()
38 out_be32(&immap->im_siu_conf.sc_sypcr, CONFIG_SYS_SYPCR & ~SYPCR_SWE); in mpc8xx_wdt_stop()
40 if (in_be32(&immap->im_siu_conf.sc_sypcr) & SYPCR_SWE) in mpc8xx_wdt_stop()
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dcpu.c17 out_8(&sim->sypcr, SYPCR_SWE | SYPCR_SWRI); in do_reset()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5307.h21 #define SYPCR_SWE 0x80 macro
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c30 out_be32(&immr->im_siu_conf.sc_sypcr, CONFIG_SYS_SYPCR & ~SYPCR_SWE); in cpu_init_f()
/openbmc/u-boot/include/
H A Dmpc8xx.h30 #define SYPCR_SWE 0x00000004 /* Software Watchdog Enable */ macro