Go to the documentation of this file.
15 #ifndef __UCC_SLOW_H__
16 #define __UCC_SLOW_H__
18 #include <linux/kernel.h>
26 #define T_R 0x80000000
27 #define T_PAD 0x40000000
28 #define T_W 0x20000000
29 #define T_I 0x10000000
30 #define T_L 0x08000000
32 #define T_A 0x04000000
34 #define T_TC 0x04000000
35 #define T_CM 0x02000000
36 #define T_DEF 0x02000000
37 #define T_P 0x01000000
39 #define T_HB 0x01000000
40 #define T_NS 0x00800000
41 #define T_LC 0x00800000
42 #define T_RL 0x00400000
43 #define T_UN 0x00020000
44 #define T_CT 0x00010000
45 #define T_CSL 0x00010000
46 #define T_RC 0x003c0000
49 #define R_E 0x80000000
50 #define R_W 0x20000000
51 #define R_I 0x10000000
52 #define R_L 0x08000000
53 #define R_C 0x08000000
55 #define R_F 0x04000000
56 #define R_A 0x04000000
58 #define R_CM 0x02000000
59 #define R_ID 0x01000000
60 #define R_M 0x01000000
62 #define R_AM 0x00800000
63 #define R_DE 0x00800000
64 #define R_LG 0x00200000
65 #define R_BR 0x00200000
66 #define R_NO 0x00100000
67 #define R_FR 0x00100000
69 #define R_PR 0x00080000
70 #define R_AB 0x00080000
71 #define R_SH 0x00080000
72 #define R_CR 0x00040000
73 #define R_OV 0x00020000
74 #define R_CD 0x00010000
75 #define R_CL 0x00010000
79 #define UCC_SLOW_RX_ALIGN 4
80 #define UCC_SLOW_MRBLR_ALIGNMENT 4
81 #define UCC_SLOW_PRAM_SIZE 0x100
82 #define ALIGNMENT_OF_UCC_SLOW_PRAM 64