diff options
Diffstat (limited to 'include/asm-cris/arch-v32/hwregs/asm/strcop_defs_asm.h')
-rw-r--r-- | include/asm-cris/arch-v32/hwregs/asm/strcop_defs_asm.h | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/include/asm-cris/arch-v32/hwregs/asm/strcop_defs_asm.h b/include/asm-cris/arch-v32/hwregs/asm/strcop_defs_asm.h deleted file mode 100644 index 55083e6aec93..000000000000 --- a/include/asm-cris/arch-v32/hwregs/asm/strcop_defs_asm.h +++ /dev/null | |||
@@ -1,84 +0,0 @@ | |||
1 | #ifndef __strcop_defs_asm_h | ||
2 | #define __strcop_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/strcop/rtl/strcop_regs.r | ||
7 | * id: strcop_regs.r,v 1.5 2003/10/15 12:09:45 kriskn Exp | ||
8 | * last modfied: Mon Apr 11 16:09:38 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/strcop_defs_asm.h ../../inst/strcop/rtl/strcop_regs.r | ||
11 | * id: $Id: strcop_defs_asm.h,v 1.1 2005/04/24 18:31:04 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope strcop, type rw */ | ||
57 | #define reg_strcop_rw_cfg___td3___lsb 0 | ||
58 | #define reg_strcop_rw_cfg___td3___width 1 | ||
59 | #define reg_strcop_rw_cfg___td3___bit 0 | ||
60 | #define reg_strcop_rw_cfg___td2___lsb 1 | ||
61 | #define reg_strcop_rw_cfg___td2___width 1 | ||
62 | #define reg_strcop_rw_cfg___td2___bit 1 | ||
63 | #define reg_strcop_rw_cfg___td1___lsb 2 | ||
64 | #define reg_strcop_rw_cfg___td1___width 1 | ||
65 | #define reg_strcop_rw_cfg___td1___bit 2 | ||
66 | #define reg_strcop_rw_cfg___ipend___lsb 3 | ||
67 | #define reg_strcop_rw_cfg___ipend___width 1 | ||
68 | #define reg_strcop_rw_cfg___ipend___bit 3 | ||
69 | #define reg_strcop_rw_cfg___ignore_sync___lsb 4 | ||
70 | #define reg_strcop_rw_cfg___ignore_sync___width 1 | ||
71 | #define reg_strcop_rw_cfg___ignore_sync___bit 4 | ||
72 | #define reg_strcop_rw_cfg___en___lsb 5 | ||
73 | #define reg_strcop_rw_cfg___en___width 1 | ||
74 | #define reg_strcop_rw_cfg___en___bit 5 | ||
75 | #define reg_strcop_rw_cfg_offset 0 | ||
76 | |||
77 | |||
78 | /* Constants */ | ||
79 | #define regk_strcop_big 0x00000001 | ||
80 | #define regk_strcop_d 0x00000001 | ||
81 | #define regk_strcop_e 0x00000000 | ||
82 | #define regk_strcop_little 0x00000000 | ||
83 | #define regk_strcop_rw_cfg_default 0x00000002 | ||
84 | #endif /* __strcop_defs_asm_h */ | ||