Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.h19 #ifndef HIDWORD
21 #define HIDWORD(_qw) ((u32)(((_qw) >> 32) & 0xffffffff)) macro
/openbmc/u-boot/tools/
H A Dmingw_support.c48 cfm_flags, HIDWORD(len), LODWORD(len), NULL); in mmap()
52 map = MapViewOfFile(handle, mvf_flags, HIDWORD(offset), in mmap()
H A Dmingw_support.h34 #define HIDWORD(x) ((DWORD)(((DWORDLONG)(x) >> 32) & 0xffffffff)) macro