Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h54 #define hton32(i) bcmswap32(i)
58 #define ntoh32(i) bcmswap32(i)
106 #define bcmswap32(val) ({ \ macro
187 bcmswap32(uint32 val) in bcmswap32() function