Home
last modified time | relevance | path

Searched refs:BYTE_SWAP_LONG (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
Dtidef.h245 #define BYTE_SWAP_LONG(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ macro
258 #define ENDIAN_HANDLE_LONG(x) BYTE_SWAP_LONG (x)
287 #define WLANTOHL(x) BYTE_SWAP_LONG (x)
297 #define HTOWLANL(x) BYTE_SWAP_LONG (x)
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvIf.c518 pFileInfo->uChunksLeft = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );
556 pFileInfo->uAddress = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );
559 pFileInfo->uChunkBytesLeft = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );