HomeSort by relevance Sort by last modified time
    Searched refs:BYTE_SWAP_LONG (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/utils/
tidef.h 242 * \def BYTE_SWAP_LONG
245 #define BYTE_SWAP_LONG(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
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/
WlanDrvIf.c 518 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)) );
    [all...]

Completed in 28 milliseconds