Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/watchdog/
Dm54xx_wdt.c59 gms0 |= MCF_GPT_GMS_OCPW(0xA5) | MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE; in wdt_enable()
69 gms0 &= ~(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE); in wdt_disable()
/linux-6.1.9/arch/m68k/coldfire/
Dm54xx.c84 __raw_writel(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE | MCF_GPT_GMS_TMS(4), in mcf54xx_reset()
/linux-6.1.9/arch/m68k/include/asm/
Dm54xxgpt.h48 #define MCF_GPT_GMS_WDEN (0x00008000) macro