]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/cpm_8260.h
* Patches by Thomas Viehweger, 16 Mar 2004:
[karo-tx-uboot.git] / include / asm-ppc / cpm_8260.h
index b3d08ffd4d75c152d21dd36fcc4fb0cb1c510122..f3846cd420530bf5046d74438ce2a1bee4323188 100644 (file)
@@ -683,6 +683,7 @@ typedef struct fcc_enet {
 #define FCC_PSMR_PRO   ((uint)0x00400000)      /* Promiscuous Enable */
 #define FCC_PSMR_FCE   ((uint)0x00200000)      /* Flow Control Enable */
 #define FCC_PSMR_RSH   ((uint)0x00100000)      /* Receive Short Frames */
+#define FCC_PSMR_RMII  ((uint)0x00020000)      /* Use RMII interface */
 #define FCC_PSMR_CAM   ((uint)0x00000400)      /* CAM enable */
 #define FCC_PSMR_BRO   ((uint)0x00000200)      /* Broadcast pkt discard */
 #define FCC_PSMR_ENCRC ((uint)0x00000080)      /* Use 32-bit CRC */