HomeSort by relevance Sort by last modified time
    Searched refs:BYTE_SWAP_LONG (Results 1 - 4 of 4) 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)
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 247 * \def BYTE_SWAP_LONG
250 #define BYTE_SWAP_LONG(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
263 #define ENDIAN_HANDLE_LONG(x) BYTE_SWAP_LONG (x)
292 #define WLANTOHL(x) BYTE_SWAP_LONG (x)
302 #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...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 511 pFileInfo->uChunksLeft = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );
549 pFileInfo->uAddress = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );
552 pFileInfo->uChunkBytesLeft = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );

Completed in 578 milliseconds