Home
last modified time | relevance | path

Searched defs:SWAP16 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/boot/arm/at91/libat91/
HDemac.h44 #define SWAP16(x) ((((x) & 0xff) << 8) | ((x) >> 8)) macro
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300eep.h413 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[0] ) |\ macro
425 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[1] ) |\ macro