-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Hogan
committed
Mar 27, 2013
1 parent
50758fc
commit 5608228
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e605ff8c1a785f49801ad903846f62e609f954f7 | ||
refs/heads/master: 82bbb8325a232e29e1c2ae09200384ddb989c0d5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#ifndef _UAPI_METAG_ECH_H | ||
#define _UAPI_METAG_ECH_H | ||
|
||
/* | ||
* These bits can be set in the top half of the D0.8 register when DSP context | ||
* switching is enabled, in order to support partial DSP context save/restore. | ||
*/ | ||
|
||
#define TBICTX_XEXT_BIT 0x1000 /* Enable extended context save */ | ||
#define TBICTX_XTDP_BIT 0x0800 /* DSP accumulators/RAM/templates */ | ||
#define TBICTX_XHL2_BIT 0x0400 /* Hardware loops */ | ||
#define TBICTX_XAXX_BIT 0x0200 /* Extended AX registers (A*.4-7) */ | ||
#define TBICTX_XDX8_BIT 0x0100 /* Extended DX registers (D*.8-15) */ | ||
|
||
#endif /* _UAPI_METAG_ECH_H */ |