root/arch/mips/include/asm/mach-loongson32/regs-wdt.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-or-later */
   2 /*
   3  * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com>
   4  *
   5  * Loongson 1 Watchdog Register Definitions.
   6  */
   7 
   8 #ifndef __ASM_MACH_LOONGSON32_REGS_WDT_H
   9 #define __ASM_MACH_LOONGSON32_REGS_WDT_H
  10 
  11 #define WDT_EN                  0x0
  12 #define WDT_TIMER               0x4
  13 #define WDT_SET                 0x8
  14 
  15 #endif /* __ASM_MACH_LOONGSON32_REGS_WDT_H */

/* [<][>][^][v][top][bottom][index][help] */