Searched refs:MCF_GPT_GMS0 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | m54xx_wdt.c | 50 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()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | m54xx_wdt.c | 48 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_enable() 54 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable() 58 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_enable() 66 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_disable() 68 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_disable() 75 gms0 = __raw_readl(MCF_GPT_GMS0); in wdt_keepalive() 77 __raw_writel(gms0, MCF_GPT_GMS0); in wdt_keepalive()
|
/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
H A D | m54xx.c | 89 __raw_writel(0, MCF_GPT_GMS0); in mcf54xx_reset() 92 MCF_GPT_GMS0); in mcf54xx_reset()
|
/kernel/linux/linux-6.6/arch/m68k/coldfire/ |
H A D | m54xx.c | 82 __raw_writel(0, MCF_GPT_GMS0); in mcf54xx_reset() 85 MCF_GPT_GMS0); in mcf54xx_reset()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | m54xxgpt.h | 20 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800) macro
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | m54xxgpt.h | 20 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800) macro
|
Completed in 2 milliseconds