Home
last modified time | relevance | path

Searched refs:SH7757LCR_ETHERNET_MAC_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c256 memcpy(mac_string, &buf[channel * (SH7757LCR_ETHERNET_MAC_SIZE + 1)], in get_sh_eth_mac()
257 SH7757LCR_ETHERNET_MAC_SIZE); in get_sh_eth_mac()
258 mac_string[SH7757LCR_ETHERNET_MAC_SIZE] = 0x00; /* terminate */ in get_sh_eth_mac()
/openbmc/u-boot/include/configs/
H A Dsh7757lcr.h56 #define SH7757LCR_ETHERNET_MAC_SIZE 17 macro