Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c211 static int eeprom_write_location(unchar address, unchar data) in eeprom_write_location() function
296 if (!eeprom_write_location(0, 0xA5)) in eeprom_save_mac_address()
298 if (!eeprom_write_location(1, LOBYTE(LOWORD(dwLo32)))) in eeprom_save_mac_address()
300 if (!eeprom_write_location(2, HIBYTE(LOWORD(dwLo32)))) in eeprom_save_mac_address()
302 if (!eeprom_write_location(3, LOBYTE(HIWORD(dwLo32)))) in eeprom_save_mac_address()
304 if (!eeprom_write_location(4, HIBYTE(HIWORD(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()