diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2016-01-24 06:14:40 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-24 06:14:40 +0300 |
commit | 07d17f09691e549fac0101333eebe0161a472b50 (patch) | |
tree | 86c172dffff9804d31a515bd04a108f9d775b777 /arch/mips/include/asm/mips-cm.h | |
parent | dbb983145312efba5f7928af1b180a0d83423150 (diff) | |
parent | 2549cc967ebb4043f3507b55e3dc579f44d3b516 (diff) | |
download | linux-07d17f09691e549fac0101333eebe0161a472b50.tar.xz |
Merge branch '4.4-fixes' into mips-for-linux-next
Diffstat (limited to 'arch/mips/include/asm/mips-cm.h')
-rw-r--r-- | arch/mips/include/asm/mips-cm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mips-cm.h b/arch/mips/include/asm/mips-cm.h index 6516e9da5133..b196825a1de9 100644 --- a/arch/mips/include/asm/mips-cm.h +++ b/arch/mips/include/asm/mips-cm.h @@ -243,6 +243,10 @@ BUILD_CM_Cx_R_(tcid_8_priority, 0x80) #define CM_GCR_BASE_CMDEFTGT_IOCU0 2 #define CM_GCR_BASE_CMDEFTGT_IOCU1 3 +/* GCR_RESET_EXT_BASE register fields */ +#define CM_GCR_RESET_EXT_BASE_EVARESET BIT(31) +#define CM_GCR_RESET_EXT_BASE_UEB BIT(30) + /* GCR_ACCESS register fields */ #define CM_GCR_ACCESS_ACCESSEN_SHF 0 #define CM_GCR_ACCESS_ACCESSEN_MSK (_ULCAST_(0xff) << 0) |