Searched refs:lowIndex (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 279 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local 299 lowIndex = i - 1; in ath9k_hw_get_legacy_target_powers() 303 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers() 310 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers() 312 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, in ath9k_hw_get_legacy_target_powers() 318 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_legacy_target_powers() 319 powInfo[lowIndex + 1].tPow2x[i]); in ath9k_hw_get_legacy_target_powers() 334 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local 354 lowIndex = i - 1; in ath9k_hw_get_target_powers() 358 if ((matchIndex == -1) && (lowIndex in ath9k_hw_get_target_powers() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 289 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local 309 lowIndex = i - 1; in ath9k_hw_get_legacy_target_powers() 313 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers() 320 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers() 322 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, in ath9k_hw_get_legacy_target_powers() 328 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_legacy_target_powers() 329 powInfo[lowIndex + 1].tPow2x[i]); in ath9k_hw_get_legacy_target_powers() 344 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local 364 lowIndex = i - 1; in ath9k_hw_get_target_powers() 368 if ((matchIndex == -1) && (lowIndex in ath9k_hw_get_target_powers() [all...] |
Completed in 2 milliseconds