Searched refs:MCF_GPT_GMS0 (Results 1 – 3 of 3) sorted by relevance
48 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_enable()54 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()58 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()66 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_disable()68 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_disable()75 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_keepalive()77 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_keepalive()
82 __raw_writel(0, MCF_GPT_GMS0); in mcf54xx_reset()85 MCF_GPT_GMS0); in mcf54xx_reset()
20 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800) macro