Searched refs:IWN4965_MAX_PWR_INDEX (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h2008 #define IWN4965_MAX_PWR_INDEX 107 macro
2022 static const uint8_t iwn4965_rf_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {
2035 static const uint8_t iwn4965_rf_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
2052 static const uint8_t iwn4965_dsp_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {
2065 static const uint8_t iwn4965_dsp_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
H A Dif_iwn.c5637 else if (idx > IWN4965_MAX_PWR_INDEX)
5638 idx = IWN4965_MAX_PWR_INDEX;

Completed in 337 milliseconds