Searched refs:MAC2 (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 106 header->MAC2[0] = 0x00; in read_eeprom() 107 header->MAC2[1] = 0x00; in read_eeprom() 108 header->MAC2[2] = 0x00; in read_eeprom() 109 header->MAC2[3] = 0x00; in read_eeprom() 110 header->MAC2[4] = 0x00; in read_eeprom() 111 header->MAC2[5] = 0x02; in read_eeprom() 304 mac_addr[0] = header.MAC2[0]; in ft_board_setup() 305 mac_addr[1] = header.MAC2[1]; in ft_board_setup() 306 mac_addr[2] = header.MAC2[2]; in ft_board_setup() 307 mac_addr[3] = header.MAC2[3]; in ft_board_setup() [all …]
|
H A D | board.h | 21 uint8_t MAC2[6]; // SMSC9514 member
|
/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 | 4 Subject: [PATCH 2/2] board/aspeed, aspeednic: Use MAC2 for networking 6 Enable and select MAC2 for aspeednic. 27 +#define CONFIG_ASPEED_MAC_CONFIG 2 // config MAC2
|
/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/ |
H A D | u-boot-aspeed.inc | 16 file://0002-board-aspeed-aspeednic-Use-MAC2-for-networking.patch \
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/u-boot-aspeed/ |
H A D | 0001-board-aspeed-Add-reset_phy-for-Zaius.patch | 32 + /* Assert MAC2 PHY hardware reset */
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-hw-filter.c | 31 v418.mac_address_418.MAC2 = mac[1]; in flexcop_set_mac_filter()
|
H A D | flexcop_ibi_value_le.h | 319 u32 MAC2 : 8; member
|
H A D | flexcop_ibi_value_be.h | 320 u32 MAC2 : 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 | 108 static const char *MAC2 = "\x00\x0A\x56\x9E\xEE\x61"; 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()
|