Searched refs:HIWORD (Results 1 – 1 of 1) sorted by relevance
68 #define HIWORD(dword) ((u16)(((u32)(dword)) >> 16)) macro302 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()