Home
last modified time | relevance | path

Searched refs:MCF_GPT_GMS0 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Dm54xx_wdt.c49 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_enable()
55 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()
59 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()
67 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_disable()
69 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_disable()
76 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_keepalive()
78 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_keepalive()
/Linux-v4.19/arch/m68k/coldfire/
Dm54xx.c89 __raw_writel(0, MCF_GPT_GMS0); in mcf54xx_reset()
92 MCF_GPT_GMS0); in mcf54xx_reset()
/Linux-v4.19/arch/m68k/include/asm/
Dm54xxgpt.h20 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800) macro