Searched refs:__bswap16 (Results 1 – 6 of 6) sorted by relevance
58 #define __ntohs(x) (__bswap16(x))60 #define __htons(x) (__bswap16(x))107 #define __bswap16(x) \ macro118 #define __bswap16(x) __bswap16_var(x) macro
68 #define __bswap16(x) __builtin_bswap16(x) macro73 #define __htons(x) __bswap16(x)75 #define __ntohs(x) __bswap16(x)
72 #define __ntohs(x) (__bswap16(x))74 #define __htons(x) (__bswap16(x))127 #define __bswap16(x) \ macro138 #define __bswap16(x) __bswap16_var(x) macro
113 #define __bswap16(x) ((__uint16_t)(__is_constant((x)) ? \ macro137 #define __ntohs(x) (__bswap16((x)))139 #define __htons(x) (__bswap16((x)))
61 #define bswap16(x) __bswap16(x)
4349 word = __bswap16(eep->base_eep_header.reg_dmn[0]); in ar9300_swap_eeprom()4352 word = __bswap16(eep->base_eep_header.reg_dmn[1]); in ar9300_swap_eeprom()4383 word = __bswap16(eep->modal_header_2g.ant_ctrl_chain[i]); in ar9300_swap_eeprom()4386 word = __bswap16(eep->modal_header_5g.ant_ctrl_chain[i]); in ar9300_swap_eeprom()