Searched refs:SYPCR_SWE (Results 1 – 5 of 5) sorted by relevance
28 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()
17 out_8(&sim->sypcr, SYPCR_SWE | SYPCR_SWRI); in do_reset()
21 #define SYPCR_SWE 0x80 macro
30 out_be32(&immr->im_siu_conf.sc_sypcr, CONFIG_SYS_SYPCR & ~SYPCR_SWE); in cpu_init_f()
30 #define SYPCR_SWE 0x00000004 /* Software Watchdog Enable */ macro