Home
last modified time | relevance | path

Searched refs:iwl_trans_read_prph (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c915 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
919 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
923 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
927 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
931 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
949 fifo_data[j] = iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
974 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
977 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
980 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
983 cpu_to_le32(iwl_trans_read_prph(mvm->trans, in iwl_mvm_dump_fifos()
[all …]
Dnvm.c307 mac_addr0 = iwl_trans_read_prph(mvm->trans, WFMP_MAC_ADDR_0); in iwl_parse_nvm_sections()
308 mac_addr1 = iwl_trans_read_prph(mvm->trans, WFMP_MAC_ADDR_1); in iwl_parse_nvm_sections()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-io.c99 u32 val = iwl_trans_read_prph(trans, ofs); in __iwl_read_prph()
Diwl-trans.h934 static inline u32 iwl_trans_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_trans_read_prph() function