Lines Matching refs:cpu_to_le32
124 cpu_to_le32(vif->bss_conf.cqm_rssi_hyst); in iwl_mvm_beacon_filter_set_cqm_params()
127 cpu_to_le32(-vif->bss_conf.cqm_rssi_thold); in iwl_mvm_beacon_filter_set_cqm_params()
129 cmd->ba_enable_beacon_abort = cpu_to_le32(mvmvif->bf_data.ba_enabled); in iwl_mvm_beacon_filter_set_cqm_params()
235 cpu_to_le32(IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
237 cpu_to_le32(IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
240 cpu_to_le32(IWL_MVM_UAPSD_RX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
242 cpu_to_le32(IWL_MVM_UAPSD_TX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
359 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_power_build_cmd()
402 cpu_to_le32(IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
404 cpu_to_le32(IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
409 cpu_to_le32(IWL_MVM_SHORT_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
411 cpu_to_le32(IWL_MVM_SHORT_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
414 cpu_to_le32(IWL_MVM_DEFAULT_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
416 cpu_to_le32(IWL_MVM_DEFAULT_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
436 cpu_to_le32(mvmvif->dbgfs_pm.rx_data_timeout); in iwl_mvm_power_build_cmd()
439 cpu_to_le32(mvmvif->dbgfs_pm.tx_data_timeout); in iwl_mvm_power_build_cmd()
791 cmd->bf_energy_delta = cpu_to_le32(dbgfs_bf->bf_energy_delta); in iwl_mvm_beacon_filter_debugfs_parameters()
794 cpu_to_le32(dbgfs_bf->bf_roaming_energy_delta); in iwl_mvm_beacon_filter_debugfs_parameters()
796 cmd->bf_roaming_state = cpu_to_le32(dbgfs_bf->bf_roaming_state); in iwl_mvm_beacon_filter_debugfs_parameters()
799 cpu_to_le32(dbgfs_bf->bf_temp_threshold); in iwl_mvm_beacon_filter_debugfs_parameters()
802 cpu_to_le32(dbgfs_bf->bf_temp_fast_filter); in iwl_mvm_beacon_filter_debugfs_parameters()
805 cpu_to_le32(dbgfs_bf->bf_temp_slow_filter); in iwl_mvm_beacon_filter_debugfs_parameters()
807 cmd->bf_debug_flag = cpu_to_le32(dbgfs_bf->bf_debug_flag); in iwl_mvm_beacon_filter_debugfs_parameters()
809 cmd->bf_escape_timer = cpu_to_le32(dbgfs_bf->bf_escape_timer); in iwl_mvm_beacon_filter_debugfs_parameters()
811 cmd->ba_escape_timer = cpu_to_le32(dbgfs_bf->ba_escape_timer); in iwl_mvm_beacon_filter_debugfs_parameters()
814 cpu_to_le32(dbgfs_bf->ba_enable_beacon_abort); in iwl_mvm_beacon_filter_debugfs_parameters()
849 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mvm_enable_beacon_filter()
862 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mvm_update_beacon_abort()
869 cmd.ba_escape_timer = cpu_to_le32(IWL_BA_ESCAPE_TIMER_D3); in iwl_mvm_update_beacon_abort()
1028 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mvm_update_d0i3_power_mode()