|
@@ -153,7 +153,7 @@ enum inter_frame_gap {
|
|
|
#define GMAC_CONTROL_RE 0x00000004 /* Receiver Enable */
|
|
#define GMAC_CONTROL_RE 0x00000004 /* Receiver Enable */
|
|
|
|
|
|
|
|
#define GMAC_CORE_INIT (GMAC_CONTROL_JD | GMAC_CONTROL_PS | GMAC_CONTROL_ACS | \
|
|
#define GMAC_CORE_INIT (GMAC_CONTROL_JD | GMAC_CONTROL_PS | GMAC_CONTROL_ACS | \
|
|
|
- GMAC_CONTROL_BE)
|
|
|
|
|
|
|
+ GMAC_CONTROL_BE | GMAC_CONTROL_DCRS)
|
|
|
|
|
|
|
|
/* GMAC Frame Filter defines */
|
|
/* GMAC Frame Filter defines */
|
|
|
#define GMAC_FRAME_FILTER_PR 0x00000001 /* Promiscuous Mode */
|
|
#define GMAC_FRAME_FILTER_PR 0x00000001 /* Promiscuous Mode */
|