diff options
Diffstat (limited to 'arch/mips/include/asm/mips-cm.h')
| -rw-r--r-- | arch/mips/include/asm/mips-cm.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/arch/mips/include/asm/mips-cm.h b/arch/mips/include/asm/mips-cm.h index f6231b91b724..8bc5df49b0e1 100644 --- a/arch/mips/include/asm/mips-cm.h +++ b/arch/mips/include/asm/mips-cm.h @@ -1,6 +1,6 @@  /*   * Copyright (C) 2013 Imagination Technologies - * Author: Paul Burton <[email protected]> + * Author: Paul Burton <[email protected]>   *   * This program is free software; you can redistribute it and/or modify it   * under the terms of the GNU General Public License as published by the @@ -142,8 +142,8 @@ GCR_ACCESSOR_RO(64, 0x000, config)  GCR_ACCESSOR_RW(64, 0x008, base)  #define CM_GCR_BASE_GCRBASE			GENMASK_ULL(47, 15)  #define CM_GCR_BASE_CMDEFTGT			GENMASK(1, 0) -#define  CM_GCR_BASE_CMDEFTGT_DISABLED		0 -#define  CM_GCR_BASE_CMDEFTGT_MEM		1 +#define  CM_GCR_BASE_CMDEFTGT_MEM		0 +#define  CM_GCR_BASE_CMDEFTGT_RESERVED		1  #define  CM_GCR_BASE_CMDEFTGT_IOCU0		2  #define  CM_GCR_BASE_CMDEFTGT_IOCU1		3 |