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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 42 #define BCMSWAP32(val) \
61 bcmswap32(uint32 val) function
63 return BCMSWAP32(val);
89 #define HTON32(i) BCMSWAP32(i)
91 #define hton32(i) bcmswap32(i)
93 #define ntoh32(i) bcmswap32(i)
108 #define HTOL32(i) BCMSWAP32(i)
110 #define ltoh32(i) bcmswap32(i)
112 #define htol32(i) bcmswap32(i)
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 819 *word = BCMSWAP32(*word);
822 *word = BCMSWAP32(*word);
    [all...]

Completed in 227 milliseconds