Home
last modified time | relevance | path

Searched refs:le16_to_cpup (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/include/
H A Dbyteorder.h59 #define le16_to_cpup(x) le16toh(*((uint16_t *)x)) macro
72 #define le16_to_cpus(x) do { *((uint16_t *)x) = le16_to_cpup((x)) } while (0)
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h78 #define le16_to_cpup(x) __le16_to_cpup(x) macro
103 #define __le16_to_cpus(x) do { *((uint16_t *)(x)) = le16_to_cpup((x)); } while (0)
H A Dunaligned.h41 return (le16_to_cpup((const __le16 *)p)); in get_unaligned_le16()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dpnvm.c92 mac_type = le16_to_cpup((const __le16 *)data); in iwl_pnvm_handle_section()
93 rf_id = le16_to_cpup((const __le16 *)(data + sizeof(__le16))); in iwl_pnvm_handle_section()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-phy-db.c169 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data); in iwl_phy_db_set_section()
183 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data); in iwl_phy_db_set_section()
H A Diwl-nvm-parse.c1239 return le16_to_cpup(nvm_sw + SKU); in iwl_set_hw_address_from_csr()
1247 return le16_to_cpup(nvm_sw + NVM_VERSION);
1257 return le16_to_cpup(nvm_sw + RADIO_CFG); in iwl_set_hw_address_family_8000()
1268 return le16_to_cpup(nvm_sw + N_HW_ADDRS); in iwl_set_hw_address_family_8000()
1587 lar_config = le16_to_cpup(regulatory + lar_offset); in iwl_nvm_get_regdom_bw_flags()
H A Diwl-eeprom-parse.c
/freebsd/sys/dev/iwm/
H A Dif_iwm.c1977 ch_flags = le16_to_cpup(nvm_ch_flags + ch_idx); in iwm_add_channel_band()
2103 return le16_to_cpup(nvm_sw + IWM_SKU); in iwm_get_sku()
2112 return le16_to_cpup(nvm_sw + IWM_NVM_VERSION); in iwm_get_nvm_version()
2123 return le16_to_cpup(nvm_sw + IWM_RADIO_CFG); in iwm_get_radio_cfg()
2134 return le16_to_cpup(nvm_sw + IWM_N_HW_ADDRS); in iwm_get_n_hw_addrs()
2234 lar_config = le16_to_cpup(regulatory + lar_offset); in iwm_parse_nvm_data()
H A Dif_iwmreg.h69 #define le16_to_cpup(_a_) (le16toh(*(const uint16_t *)(_a_))) macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c867 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data); in iwl_mvm_get_last_nonqos_seq()