Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dm54xx_wdt.c45 unsigned int gms0; in wdt_enable() local
48 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_enable()
49 if (gms0 & MCF_GPT_GMS_TMS_GPIO) in wdt_enable()
54 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()
58 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable()
63 unsigned int gms0; in wdt_disable() local
66 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_disable()
68 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_disable()
73 unsigned int gms0; in wdt_keepalive() local
75 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_keepalive()
[all …]