Searched refs:MCF_GPT_GMS_WDEN (Results 1 – 3 of 3) sorted by relevance
59 gms0 |= MCF_GPT_GMS_OCPW(0xA5) | MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE; in wdt_enable()69 gms0 &= ~(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE); in wdt_disable()
84 __raw_writel(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE | MCF_GPT_GMS_TMS(4), in mcf54xx_reset()
48 #define MCF_GPT_GMS_WDEN (0x00008000) macro