Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c36 static const int firstep_table[] = variable
1191 if (level >= ARRAY_SIZE(firstep_table)) { in ar9003_hw_ani_control()
1194 level, ARRAY_SIZE(firstep_table)); in ar9003_hw_ani_control()
1202 value = firstep_table[level] - in ar9003_hw_ani_control()
1203 firstep_table[ATH9K_ANI_FIRSTEP_LVL] + in ar9003_hw_ani_control()
1217 value2 = firstep_table[level] - in ar9003_hw_ani_control()
1218 firstep_table[ATH9K_ANI_FIRSTEP_LVL] + in ar9003_hw_ani_control()
Dar5008_phy.c40 static const int firstep_table[] = variable