Home
last modified time | relevance | path

Searched refs:MAX_NUM_PORTS (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/freescale/common/
Dsys_eeprom.c16 #define MAX_NUM_PORTS 8 macro
22 #ifndef MAX_NUM_PORTS
23 #define MAX_NUM_PORTS 16 macro
44 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0x71 MAC addresses */
60 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0xa1 MAC addresses */
116 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()
309 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()
463 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom()
/external/u-boot/board/varisys/common/
Dsys_eeprom.c21 #define MAX_NUM_PORTS CONFIG_SYS_I2C_EEPROM_NXID_MAC macro
23 #define MAX_NUM_PORTS 8 macro
45 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - x MAC addresses */
103 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()
293 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()
471 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom_common()
/external/u-boot/include/configs/
DP1010RDB.h564 #define MAX_NUM_PORTS 9 /* for 128Bytes EEPROM */ macro