Lines Matching refs:suspend_time
95 u32 suspend_time; member
101 .suspend_time = 0,
105 .suspend_time = 30,
109 .suspend_time = 120,
113 .suspend_time = 95,
819 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell()
1049 cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v1()
1081 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config()
1082 cpu_to_le32(scan_timing[lb_type].suspend_time); in iwl_mvm_fill_scan_config()
1086 cfg->suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_fill_scan_config()
1087 cpu_to_le32(scan_timing[hb_type].suspend_time); in iwl_mvm_fill_scan_config()
1094 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config()
1095 cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config()
1242 cmd->v7.suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1243 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1250 cmd->v7.suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1251 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1280 cmd->v6.suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1281 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1289 cmd->v6.suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1290 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1296 cmd->v1.suspend_time = in iwl_mvm_scan_umac_dwell()
1297 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()