Go to the documentation of this file.
13 #define REG(x) volatile unsigned char x; char x ## _pad[15]
53 #define AUTO_PAD_XMIT 0x01
67 #define RETRY_MASK 0x0f
72 #define AUTO_STRIP_RCV 0x01
82 #define RS_OFLO 0x8000
83 #define RS_CLSN 0x4000
84 #define RS_FRAMERR 0x2000
85 #define RS_FCSERR 0x1000
86 #define RS_COUNT 0x0fff
90 #define RCVFC_MASK 0x0f
92 #define XMTFC_MASK 0x0f
115 #define XMTSP_16 0x10
116 #define XMTSP_64 0x20
117 #define XMTSP_112 0x30
122 #define XMTFW_16 0x40
123 #define XMTFW_32 0x80
124 #define RCVFW_16 0x00
125 #define RCVFW_32 0x10
126 #define RCVFW_64 0x20
143 #define PORTSEL_AUI 0x00
144 #define PORTSEL_10T 0x02
145 #define PORTSEL_DAI 0x04
146 #define PORTSEL_GPSI 0x06
170 #define LOOP_NONE 0x00
171 #define LOOP_EXT 0x02
172 #define LOOP_INT 0x04
173 #define LOOP_MENDEC 0x06