Searched refs:SWAP32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h416 #define SWAP32(_x) ((u_int32_t)( \ macro
428 #define SWAP32(_x) ((u_int32_t)( \ macro
H A Dar9300_eeprom.c3231 integer = SWAP32(p_modal->ant_ctrl_common);
3235 integer = SWAP32(p_modal->ant_ctrl_chain[i]);
/freebsd-10-stable/sys/dev/ubsec/
H A Dubsec.c195 #define SWAP32(x) (x) = htole32(ntohl((x))) macro
838 SWAP32(ses->ses_deskey[0]);
839 SWAP32(ses->ses_deskey[1]);
840 SWAP32(ses->ses_deskey[2]);
841 SWAP32(ses->ses_deskey[3]);
842 SWAP32(ses->ses_deskey[4]);
843 SWAP32(ses->ses_deskey[5]);
1176 SWAP32(ctx.pc_iv[0]);
1177 SWAP32(ctx.pc_iv[1]);

Completed in 167 milliseconds