Go to the documentation of this file.
14 #ifndef __UCC_FAST_H__
15 #define __UCC_FAST_H__
17 #include <linux/kernel.h>
25 #define R_E 0x80000000
26 #define R_W 0x20000000
27 #define R_I 0x10000000
28 #define R_L 0x08000000
29 #define R_F 0x04000000
32 #define T_R 0x80000000
33 #define T_W 0x20000000
34 #define T_I 0x10000000
35 #define T_L 0x08000000
38 #define UCC_FAST_RX_ALIGN 4
39 #define UCC_FAST_MRBLR_ALIGNMENT 4
40 #define UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT 8
43 #define UCC_FAST_URFS_MIN_VAL 0x88
44 #define UCC_FAST_RECEIVE_VIRTUAL_FIFO_SIZE_FUDGE_FACTOR 8
160 #ifdef CONFIG_UGETH_TX_ON_DEMAND