Searched refs:machigh (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/gateworks/venice/
H A Deeprom.c30 u32 maclow, machigh; local
39 machigh = som_info.mac[1];
40 machigh |= som_info.mac[0] << 8;
41 mac = machigh;
54 machigh = base_info.mac[1];
55 machigh |= base_info.mac[0] << 8;
56 mac = machigh;

Completed in 45 milliseconds