Home
last modified time | relevance | path

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

/include/
A Dcompiler.h105 # define be16_to_cpu(x) uswap_16(x) macro
118 # define be16_to_cpu(x) (x) macro
A Dtlv_eeprom.h152 (be16_to_cpu(hdr->totallen) <= TLV_TOTAL_LEN_MAX)); in is_valid_tlvinfo_header()
A Dzfs_common.h37 #define zfs_to_cpu16(x, a) (((a) == BIG_ENDIAN) ? be16_to_cpu(x) \
A Dvirtio.h380 return be16_to_cpu((__force __be16)val); in __virtio16_to_cpu()
/include/linux/byteorder/
A Dgeneric.h97 #define be16_to_cpu __be16_to_cpu macro
178 *var = cpu_to_be16(be16_to_cpu(*var) + val); in be16_add_cpu()
/include/asm-generic/
A Dunaligned.h52 return be16_to_cpu(__get_unaligned_t(__be16, p)); in get_unaligned_be16()

Completed in 10 milliseconds