Home
last modified time | relevance | path

Searched defs:SWAP32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
Dlasi_82596.c
/openbmc/qemu/hw/net/
H A Dlasi_i82596.c30 #define SWAP32(x) (((uint32_t)(x) << 16) | ((((uint32_t)(x))) >> 16)) macro
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c207 #define SWAP32(x) ((((x) & 0x000000ff) << 24) | \ macro
219 #define SWAP32(x) (x) macro