Searched refs:MAC1 (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 99 header->MAC1[0] = 0x00; in read_eeprom() 100 header->MAC1[1] = 0x00; in read_eeprom() 101 header->MAC1[2] = 0x00; in read_eeprom() 102 header->MAC1[3] = 0x00; in read_eeprom() 103 header->MAC1[4] = 0x00; in read_eeprom() 104 header->MAC1[5] = 0x01; in read_eeprom() 283 mac_addr[0] = header.MAC1[0]; in ft_board_setup() 284 mac_addr[1] = header.MAC1[1]; in ft_board_setup() 285 mac_addr[2] = header.MAC1[2]; in ft_board_setup() 286 mac_addr[3] = header.MAC1[3]; in ft_board_setup() [all …]
|
H A D | board.h | 20 uint8_t MAC1[6]; // internal EMAC member
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-dpaa | 6 10GEC1->MAC9, 10GEC2->MAC10, 10GEC3->MAC1, 10GEC4->MAC2 8 10GEC1->MAC1, 10GEC2->MAC2
|
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
H A D | 0002-board-aspeed-aspeednic-Use-MAC2-for-networking.patch | 25 -#define CONFIG_ASPEED_MAC_CONFIG 1 // config MAC1
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-hw-filter.c | 30 v418.mac_address_418.MAC1 = mac[0]; in flexcop_set_mac_filter()
|
H A D | flexcop_ibi_value_le.h | 318 u32 MAC1 : 8; member
|
H A D | flexcop_ibi_value_be.h | 321 u32 MAC1 : 8; member
|
/openbmc/u-boot/board/freescale/t208xrdb/ |
H A D | README | 53 - SerDes-1 Lane C-D: to two 10G Base-T (MAC1 & MAC2)
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 107 static const char *MAC1 = "\x00\x0A\x56\x9E\xEE\x62"; variable 2332 init_iface(ifobj_rx, MAC1, MAC2, worker_testapp_validate_rx); in main() 2333 init_iface(ifobj_tx, MAC2, MAC1, worker_testapp_validate_tx); in main()
|