Searched refs:LOWORD (Results 1 – 1 of 1) sorted by relevance
69 #define LOWORD(dword) ((u16)(((u32)(dword)) & 0x0000FFFFUL)) macro298 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()