Symbol: __bswap32
include/byteswap.h
36
#define bswap_32(x) __bswap32((x))
sys/cpu/x86_64/include/endian.h
182
#define __htonl(x) __bswap32(x)
sys/cpu/x86_64/include/endian.h
184
#define __ntohl(x) __bswap32(x)
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
191
integer = __bswap32(pModal->antCtrlCommon);
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
195
integer = __bswap32(pModal->antCtrlChain[i]);
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
228
integer = __bswap32(pModal->antCtrlCommon);
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
232
integer = __bswap32(pModal->antCtrlChain[i]);
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
183
integer = __bswap32(pModal->antCtrlCommon);
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
187
integer = __bswap32(pModal->antCtrlChain[i]);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
798
ads->ds_ctl0 |= __bswap32(AR_TxInterReq);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
831
ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
833
ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
834
ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
845
ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
863
ds->ds_data = __bswap32(ds->ds_data);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
864
ds->ds_ctl0 = __bswap32(ds->ds_ctl0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
865
ds->ds_ctl1 = __bswap32(ds->ds_ctl1);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
866
ds->ds_hw[0] = __bswap32(ds->ds_hw[0]);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
867
ds->ds_hw[1] = __bswap32(ds->ds_hw[1]);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
868
ds->ds_hw[2] = __bswap32(ds->ds_hw[2]);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
869
ds->ds_hw[3] = __bswap32(ds->ds_hw[3]);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
883
if ((ads->ds_txstatus1 & __bswap32(AR_Done)) == 0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
480
ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
482
ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
483
ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
485
ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
498
ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
500
ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
684
ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
685
ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
698
ds->ds_data = __bswap32(ds->ds_data);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
699
ds->ds_ctl0 = __bswap32(ds->ds_ctl0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
700
ds->ds_ctl1 = __bswap32(ds->ds_ctl1);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
701
ds->ds_hw[0] = __bswap32(ds->ds_hw[0]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
702
ds->ds_hw[1] = __bswap32(ds->ds_hw[1]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
703
ds->ds_hw[2] = __bswap32(ds->ds_hw[2]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
704
ds->ds_hw[3] = __bswap32(ds->ds_hw[3]);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
719
if ((ds_txstatus[9] & __bswap32(AR_TxDone)) == 0)
sys/sys/endian.h
54
#define bswap32(x) __bswap32(x)
sys/sys/endian.h
63
#define htobe32(x) __bswap32((x))
sys/sys/endian.h
70
#define be32toh(x) __bswap32((x))
sys/sys/endian.h
80
#define htole32(x) __bswap32((x))
sys/sys/endian.h
87
#define le32toh(x) __bswap32((x))
sys/sys/kerneldump.h
45
#define dtoh32(x) __bswap32(x)
sys/sys/kerneldump.h
47
#define htod32(x) __bswap32(x)