Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c286 static int eeprom_save_mac_address(ulong dwHi16, ulong dwLo32) in eeprom_save_mac_address() argument
290 debug("%s: dwHI: 0x%08lx dwLO: %08lx, \n", __func__, dwHi16, dwLo32); in eeprom_save_mac_address()
306 if (!eeprom_write_location(5, LOBYTE(LOWORD(dwHi16)))) in eeprom_save_mac_address()
308 if (!eeprom_write_location(6, HIBYTE(LOWORD(dwHi16)))) in eeprom_save_mac_address()