Lines Matching refs:suspend_time
97 u32 suspend_time; member
103 .suspend_time = 0,
107 .suspend_time = 30,
111 .suspend_time = 120,
115 .suspend_time = 95,
119 .suspend_time = 30,
868 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell()
1128 cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v1()
1161 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2()
1162 cpu_to_le32(scan_timing[lb_type].suspend_time); in iwl_mvm_fill_scan_config_v2()
1166 cfg->suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2()
1167 cpu_to_le32(scan_timing[hb_type].suspend_time); in iwl_mvm_fill_scan_config_v2()
1174 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2()
1175 cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v2()
1352 cmd->v7.suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1353 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1360 cmd->v7.suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1361 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1390 cmd->v6.suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1391 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1399 cmd->v6.suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1400 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1406 cmd->v1.suspend_time = in iwl_mvm_scan_umac_dwell()
1407 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()