Searched refs:SH7753EVB_ETHERNET_MAC_SIZE (Results 1 – 2 of 2) sorted by relevance
215 memcpy(mac_string, &buf[channel * (SH7753EVB_ETHERNET_MAC_SIZE + 1)], in get_sh_eth_mac()216 SH7753EVB_ETHERNET_MAC_SIZE); in get_sh_eth_mac()217 mac_string[SH7753EVB_ETHERNET_MAC_SIZE] = 0x00; /* terminate */ in get_sh_eth_mac()
55 #define SH7753EVB_ETHERNET_MAC_SIZE 17 macro