18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com> 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Loongson 1 Watchdog Register Definitions. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_LOONGSON32_REGS_WDT_H 98c2ecf20Sopenharmony_ci#define __ASM_MACH_LOONGSON32_REGS_WDT_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define WDT_EN 0x0 128c2ecf20Sopenharmony_ci#define WDT_TIMER 0x4 138c2ecf20Sopenharmony_ci#define WDT_SET 0x8 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_LOONGSON32_REGS_WDT_H */ 16