Re: [PATCH 23/28] nios2: Nios2 registers

2014-04-23 Thread Tobias Klauser
On 2014-04-23 at 09:10:26 +0200, Ley Foon Tan wrote: > Hi Tobias > > > On Tue, Apr 22, 2014 at 8:39 PM, Tobias Klauser wrote: > > On 2014-04-18 at 14:27:06 +0200, Ley Foon Tan wrote: > > >> + > >> +/* estatus register bits */ > >> +#define ESTATUS_EPIE (1 << 0)/* processor interrupt e

Re: [PATCH 23/28] nios2: Nios2 registers

2014-04-23 Thread Ley Foon Tan
Hi Tobias On Tue, Apr 22, 2014 at 8:39 PM, Tobias Klauser wrote: > On 2014-04-18 at 14:27:06 +0200, Ley Foon Tan wrote: >> + >> +/* estatus register bits */ >> +#define ESTATUS_EPIE (1 << 0)/* processor interrupt enable */ >> +#define ESTATUS_EU (1 << 1)/* user mode */ >> +#d

Re: [PATCH 23/28] nios2: Nios2 registers

2014-04-22 Thread Tobias Klauser
On 2014-04-18 at 14:27:06 +0200, Ley Foon Tan wrote: > This file contains constants for the instruction macros, cpu registers, > fields and bits. > > Signed-off-by: Ley Foon Tan > --- > arch/nios2/include/asm/registers.h | 65 > ++ > 1 file changed, 65 inse

[PATCH 23/28] nios2: Nios2 registers

2014-04-18 Thread Ley Foon Tan
This file contains constants for the instruction macros, cpu registers, fields and bits. Signed-off-by: Ley Foon Tan --- arch/nios2/include/asm/registers.h | 65 ++ 1 file changed, 65 insertions(+) create mode 100644 arch/nios2/include/asm/registers.h diff