Home
last modified time | relevance | path

Searched refs:__le16_to_cpup (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h77 #define __le16_to_cpup(x) le16toh(*((const uint16_t *)(x))) macro
78 #define le16_to_cpup(x) __le16_to_cpup(x)
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c429 __le16_to_cpup((const __le16 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map()