Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/micronas/vct/
H A Dsmc_eeprom.c69 #define LOWORD(dword) ((u16)(((u32)(dword)) & 0x0000FFFFUL)) macro
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()
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()