Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.h20 #define LODWORD(_qw) ((u32)(_qw)) macro
/openbmc/u-boot/tools/
H A Dmingw_support.h33 #define LODWORD(x) ((DWORD)((DWORDLONG)(x))) macro