diff options
| -rw-r--r-- | arch/m68k/include/asm/commproc.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/m68k/include/asm/commproc.h b/arch/m68k/include/asm/commproc.h index 66a36bd51aa1..c67e09279ea9 100644 --- a/arch/m68k/include/asm/commproc.h +++ b/arch/m68k/include/asm/commproc.h | |||
| @@ -480,28 +480,6 @@ typedef struct scc_enet { | |||
| 480 | #define SICR_ENET_CLKRT ((uint)0x0000003d) | 480 | #define SICR_ENET_CLKRT ((uint)0x0000003d) |
| 481 | #endif | 481 | #endif |
| 482 | 482 | ||
| 483 | #ifdef CONFIG_BSEIP | ||
| 484 | /* This ENET stuff is for the MPC823 with ethernet on SCC2. | ||
| 485 | * This is unique to the BSE ip-Engine board. | ||
| 486 | */ | ||
| 487 | #define PA_ENET_RXD ((ushort)0x0004) | ||
| 488 | #define PA_ENET_TXD ((ushort)0x0008) | ||
| 489 | #define PA_ENET_TCLK ((ushort)0x0100) | ||
| 490 | #define PA_ENET_RCLK ((ushort)0x0200) | ||
| 491 | #define PB_ENET_TENA ((uint)0x00002000) | ||
| 492 | #define PC_ENET_CLSN ((ushort)0x0040) | ||
| 493 | #define PC_ENET_RENA ((ushort)0x0080) | ||
| 494 | |||
| 495 | /* BSE uses port B and C bits for PHY control also. | ||
| 496 | */ | ||
| 497 | #define PB_BSE_POWERUP ((uint)0x00000004) | ||
| 498 | #define PB_BSE_FDXDIS ((uint)0x00008000) | ||
| 499 | #define PC_BSE_LOOPBACK ((ushort)0x0800) | ||
| 500 | |||
| 501 | #define SICR_ENET_MASK ((uint)0x0000ff00) | ||
| 502 | #define SICR_ENET_CLKRT ((uint)0x00002c00) | ||
| 503 | #endif | ||
| 504 | |||
| 505 | /* SCC Event register as used by Ethernet. | 483 | /* SCC Event register as used by Ethernet. |
| 506 | */ | 484 | */ |
| 507 | #define SCCE_ENET_GRA ((ushort)0x0080) /* Graceful stop complete */ | 485 | #define SCCE_ENET_GRA ((ushort)0x0080) /* Graceful stop complete */ |
