Searched refs:WPI_MAX_PWR_INDEX (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h920 #define WPI_MAX_PWR_INDEX 77 macro
926 static const uint8_t wpi_rf_gain_2ghz[WPI_MAX_PWR_INDEX + 1] = {
937 static const uint8_t wpi_rf_gain_5ghz[WPI_MAX_PWR_INDEX + 1] = {
952 static const uint8_t wpi_dsp_gain_2ghz[WPI_MAX_PWR_INDEX + 1] = {
963 static const uint8_t wpi_dsp_gain_5ghz[WPI_MAX_PWR_INDEX + 1] = {
H A Dif_wpi.c3763 if (idx > WPI_MAX_PWR_INDEX)
3764 return WPI_MAX_PWR_INDEX;

Completed in 81 milliseconds