Lines Matching refs:le32_to_cpu

251 		u32 trig_te_id = le32_to_cpu(te_trig->time_events[i].id);  in iwl_mvm_te_check_trigger()
253 le32_to_cpu(te_trig->time_events[i].action_bitmap); in iwl_mvm_te_check_trigger()
255 le32_to_cpu(te_trig->time_events[i].status_bitmap); in iwl_mvm_te_check_trigger()
258 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
259 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
265 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
266 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
285 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
286 le32_to_cpu(notif->action)); in iwl_mvm_te_handle_notif()
298 if (!le32_to_cpu(notif->status)) { in iwl_mvm_te_handle_notif()
314 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_te_handle_notif()
337 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
363 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
373 if (!le32_to_cpu(notif->status)) { in iwl_mvm_aux_roc_te_handle_notif()
376 (le32_to_cpu(notif->action) & in iwl_mvm_aux_roc_te_handle_notif()
383 le32_to_cpu(notif->unique_id), in iwl_mvm_aux_roc_te_handle_notif()
384 le32_to_cpu(notif->action)); in iwl_mvm_aux_roc_te_handle_notif()
386 if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_aux_roc_te_handle_notif()
395 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_aux_roc_te_handle_notif()
403 le32_to_cpu(notif->action)); in iwl_mvm_aux_roc_te_handle_notif()
421 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
422 le32_to_cpu(notif->action)); in iwl_mvm_rx_time_event_notif()
430 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
457 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_te_notif()
489 if (WARN_ON_ONCE(le32_to_cpu(resp->id) != te_data->id)) in iwl_mvm_time_event_response()
492 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_time_event_response()
510 le32_to_cpu(te_cmd->duration)); in iwl_mvm_time_event_send_add()
518 te_data->duration = le32_to_cpu(te_cmd->duration); in iwl_mvm_time_event_send_add()
519 te_data->id = le32_to_cpu(te_cmd->id); in iwl_mvm_time_event_send_add()
692 le32_to_cpu(aux_cmd.event_unique_id)); in iwl_mvm_remove_aux_roc_te()
722 IWL_DEBUG_TE(mvm, "Removing TE 0x%x\n", le32_to_cpu(time_cmd.id)); in iwl_mvm_remove_time_event()