diff options
| -rw-r--r-- | include/asm-arm/arch-ixp4xx/platform.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ixp4xx/platform.h b/include/asm-arm/arch-ixp4xx/platform.h index 2ce28e3fd325..a1f2b5404db1 100644 --- a/include/asm-arm/arch-ixp4xx/platform.h +++ b/include/asm-arm/arch-ixp4xx/platform.h | |||
| @@ -91,6 +91,27 @@ struct ixp4xx_pata_data { | |||
| 91 | 91 | ||
| 92 | struct sys_timer; | 92 | struct sys_timer; |
| 93 | 93 | ||
| 94 | #define IXP4XX_ETH_NPEA 0x00 | ||
| 95 | #define IXP4XX_ETH_NPEB 0x10 | ||
| 96 | #define IXP4XX_ETH_NPEC 0x20 | ||
| 97 | |||
| 98 | /* Information about built-in Ethernet MAC interfaces */ | ||
| 99 | struct eth_plat_info { | ||
| 100 | u8 phy; /* MII PHY ID, 0 - 31 */ | ||
| 101 | u8 rxq; /* configurable, currently 0 - 31 only */ | ||
| 102 | u8 txreadyq; | ||
| 103 | u8 hwaddr[6]; | ||
| 104 | }; | ||
| 105 | |||
| 106 | /* Information about built-in HSS (synchronous serial) interfaces */ | ||
| 107 | struct hss_plat_info { | ||
| 108 | int (*set_clock)(int port, unsigned int clock_type); | ||
| 109 | int (*open)(int port, void *pdev, | ||
| 110 | void (*set_carrier_cb)(void *pdev, int carrier)); | ||
| 111 | void (*close)(int port, void *pdev); | ||
| 112 | u8 txreadyq; | ||
| 113 | }; | ||
| 114 | |||
| 94 | /* | 115 | /* |
| 95 | * Frequency of clock used for primary clocksource | 116 | * Frequency of clock used for primary clocksource |
| 96 | */ | 117 | */ |
