diff options
Diffstat (limited to 'drivers/net/fec_mxc.h')
| -rw-r--r-- | drivers/net/fec_mxc.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/drivers/net/fec_mxc.h b/drivers/net/fec_mxc.h index 1ba51617d..f16f9dbbb 100644 --- a/drivers/net/fec_mxc.h +++ b/drivers/net/fec_mxc.h @@ -194,6 +194,7 @@ struct ethernet_regs {  #define FEC_RCNTRL_PROM			0x00000008  #define FEC_RCNTRL_BC_REJ		0x00000010  #define FEC_RCNTRL_FCE			0x00000020 +#define FEC_RCNTRL_RMII			0x00000100  #define FEC_TCNTRL_GTS			0x00000001  #define FEC_TCNTRL_HBC			0x00000002 @@ -257,7 +258,8 @@ struct fec_bd {  enum xceiver_type {  	SEVENWIRE,	/* 7-wire       */  	MII10,		/* MII 10Mbps   */ -	MII100		/* MII 100Mbps  */ +	MII100,		/* MII 100Mbps  */ +	RMII		/* RMII */  };  /** |