Searched refs:__le16_to_cpup (Results 1 – 2 of 2) sorted by relevance
77 #define __le16_to_cpup(x) le16toh(*((const uint16_t *)(x))) macro78 #define le16_to_cpup(x) __le16_to_cpup(x)
429 __le16_to_cpup((const __le16 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map()