Lines Matching refs:le32_to_cpu

287 		u32 trig_te_id = le32_to_cpu(te_trig->time_events[i].id);
289 le32_to_cpu(te_trig->time_events[i].action_bitmap);
291 le32_to_cpu(te_trig->time_events[i].status_bitmap);
294 !(trig_action_bitmap & le32_to_cpu(notif->action)) ||
295 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status))))
301 le32_to_cpu(notif->action),
302 le32_to_cpu(notif->status));
321 le32_to_cpu(notif->unique_id),
322 le32_to_cpu(notif->action));
334 if (!le32_to_cpu(notif->status)) {
350 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) {
386 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) {
425 u32 activity = le32_to_cpu(notif->activity);
426 bool started = le32_to_cpu(notif->success) &&
427 le32_to_cpu(notif->started);
463 if (le32_to_cpu(notif->unique_id) == te_data->uid) {
475 le32_to_cpu(notif->unique_id),
476 le32_to_cpu(notif->action), le32_to_cpu(notif->status));
478 if (!le32_to_cpu(notif->status) ||
479 le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) {
488 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) {
495 le32_to_cpu(notif->action));
513 le32_to_cpu(notif->unique_id),
514 le32_to_cpu(notif->action));
522 if (le32_to_cpu(notif->unique_id) == te_data->uid)
549 if (le32_to_cpu(resp->unique_id) != te_data->uid)
581 if (WARN_ON_ONCE(le32_to_cpu(resp->id) != te_data->id))
584 te_data->uid = le32_to_cpu(resp->unique_id);
602 le32_to_cpu(te_cmd->duration));
610 te_data->duration = le32_to_cpu(te_cmd->duration);
611 te_data->id = le32_to_cpu(te_cmd->id);
888 le32_to_cpu(aux_cmd.event_unique_id));
918 IWL_DEBUG_TE(mvm, "Removing TE 0x%x\n", le32_to_cpu(time_cmd.id));
964 int id = le32_to_cpu(notif->mac_link_id);
1000 if (!le32_to_cpu(notif->status)) {
1008 if (le32_to_cpu(notif->start)) {
1010 te_data->running = le32_to_cpu(notif->start);
1031 if (!le32_to_cpu(notif->status) || !le32_to_cpu(notif->start)) {
1037 } else if (le32_to_cpu(notif->start)) {
1039 le32_to_cpu(notif->conf_id)))
1481 te_data->id = le32_to_cpu(cmd.conf_id);
1482 te_data->duration = le32_to_cpu(cmd.duration_tu);
1488 le32_to_cpu(cmd.duration_tu));