[PATCH] ibm_newemac: Add MII mode support to the EMAC RGMII bridge.

Benjamin Herrenschmidt benh at kernel.crashing.org
Tue Jul 8 09:40:42 EST 2008


On Mon, 2008-07-07 at 16:31 -0700, Grant Erickson wrote:
>  #define RGMII_FER_GMII(idx)    (0x7 << ((idx) * 4))
> +#define RGMII_FER_MII(idx)     (0x7 << ((idx) * 4))

Hrm... the setting of the register is exactly the same right ?

Do we -really- need that ?

Ben.





More information about the Linuxppc-dev mailing list