Home
last modified time | relevance | path

Searched refs:intercepts (Results 1 – 2 of 2) sorted by relevance

/drivers/cpuidle/governors/
Dteo.c176 unsigned int intercepts; member
288 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update()
290 cpu_data->total += bin->hits + bin->intercepts; in teo_update()
316 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update()
447 intercept_sum += prev_bin->intercepts; in teo_select()
512 intercept_sum += bin->intercepts; in teo_select()
/drivers/net/wireless/ath/ath9k/
Deeprom.c496 int intercepts; in ath9k_hw_get_gain_boundaries_pdadcs() local
499 intercepts = AR9287_PD_GAIN_ICEPTS; in ath9k_hw_get_gain_boundaries_pdadcs()
501 intercepts = AR5416_PD_GAIN_ICEPTS; in ath9k_hw_get_gain_boundaries_pdadcs()
519 maxPwrT4[i] = data_9287[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs()
523 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs()
529 maxPwrT4[i] = data_4k[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs()
533 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs()
539 maxPwrT4[i] = data_def[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs()
543 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs()
569 min(pPwrL[intercepts - 1], in ath9k_hw_get_gain_boundaries_pdadcs()
[all …]