Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c485 int16_t vpdStep; in ath9k_hw_get_gain_boundaries_pdadcs() local
620 vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]); in ath9k_hw_get_gain_boundaries_pdadcs()
621 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep); in ath9k_hw_get_gain_boundaries_pdadcs()
624 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep); in ath9k_hw_get_gain_boundaries_pdadcs()
639 vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - in ath9k_hw_get_gain_boundaries_pdadcs()
641 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep); in ath9k_hw_get_gain_boundaries_pdadcs()
647 (ss - maxIndex + 1) * vpdStep)); in ath9k_hw_get_gain_boundaries_pdadcs()