Home
last modified time | relevance | path

Searched refs:MAC_ADDR (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/
H A Dampere_usbnet.sh7 MAC_ADDR=${ENV_MAC_ADDR:-"F8:C2:49:A6:09:3B"}
11 SUBMAC=$(echo "$MAC_ADDR" | cut -d ":" -f 2-5)
19 if [ "$MAC_ADDR" != "$ENV_MAC_ADDR" ]; then
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/
H A Dfirst-boot-set-mac.sh67 if [ -n "${MAC_ADDR}" ]; then
71 MACAddress s "${MAC_ADDR}"
/openbmc/u-boot/doc/imx/common/
H A Dimx6.txt22 0x620[31:0] - MAC_ADDR[31:0]
23 0x630[15:0] - MAC_ADDR[47:32]
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/
H A Dfirst-boot-set-hostname.sh75 hostnamectl set-hostname "$(hostname)-${MAC_ADDR}"
/openbmc/u-boot/board/st/stm32mp1/
H A DREADME247 - OTP_57[31:0] = MAC_ADDR[31:0]
248 - OTP_58[15:0] = MAC_ADDR[47:32]
/openbmc/linux/drivers/atm/
H A Dhe.h836 #define MAC_ADDR 0x42 /* char[] */ macro
H A Dhe.c1088 dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i); in he_start()