Home
last modified time | relevance | path

Searched defs:HIDWORD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.h21 #define HIDWORD(_qw) ((u32)(((_qw) >> 32) & 0xffffffff)) macro
/openbmc/u-boot/tools/
H A Dmingw_support.h34 #define HIDWORD(x) ((DWORD)(((DWORDLONG)(x) >> 32) & 0xffffffff)) macro