Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dm54xx_wdt.c50 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_enable()
56 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()
60 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()
68 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_disable()
70 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_disable()
77 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_keepalive()
79 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_keepalive()
/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dm54xx.c89 __raw_writel(0, MCF_GPT_GMS0); in mcf54xx_reset()
92 MCF_GPT_GMS0); in mcf54xx_reset()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dm54xxgpt.h20 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800) macro