Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[sfrench/cifs-2.6.git] / arch / metag / include / uapi / asm / ech.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_METAG_ECH_H
3 #define _UAPI_METAG_ECH_H
4
5 /*
6  * These bits can be set in the top half of the D0.8 register when DSP context
7  * switching is enabled, in order to support partial DSP context save/restore.
8  */
9
10 #define TBICTX_XEXT_BIT 0x1000  /* Enable extended context save */
11 #define TBICTX_XTDP_BIT 0x0800  /* DSP accumulators/RAM/templates */
12 #define TBICTX_XHL2_BIT 0x0400  /* Hardware loops */
13 #define TBICTX_XAXX_BIT 0x0200  /* Extended AX registers (A*.4-7) */
14 #define TBICTX_XDX8_BIT 0x0100  /* Extended DX registers (D*.8-15) */
15
16 #endif /* _UAPI_METAG_ECH_H */