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

/linux-4.4.14/drivers/watchdog/
H A Dm54xx_wdt.c49 gms0 = __raw_readl(MCF_GPT_GMS0); wdt_enable()
55 __raw_writel(gms0, MCF_GPT_GMS0); wdt_enable()
59 __raw_writel(gms0, MCF_GPT_GMS0); wdt_enable()
67 gms0 = __raw_readl(MCF_GPT_GMS0); wdt_disable()
69 __raw_writel(gms0, MCF_GPT_GMS0); wdt_disable()
76 gms0 = __raw_readl(MCF_GPT_GMS0); wdt_keepalive()
78 __raw_writel(gms0, MCF_GPT_GMS0); wdt_keepalive()
/linux-4.4.14/arch/m68k/coldfire/
H A Dm54xx.c73 __raw_writel(0, MCF_GPT_GMS0); mcf54xx_reset()
76 MCF_GPT_GMS0); mcf54xx_reset()
/linux-4.4.14/arch/m68k/include/asm/
H A Dm54xxgpt.h19 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800) macro

Completed in 101 milliseconds