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

/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpireg.h915 #define WPI_MAX_PWR_INDEX 77 macro
921 static const uint8_t wpi_rf_gain_2ghz[WPI_MAX_PWR_INDEX + 1] = {
932 static const uint8_t wpi_rf_gain_5ghz[WPI_MAX_PWR_INDEX + 1] = {
947 static const uint8_t wpi_dsp_gain_2ghz[WPI_MAX_PWR_INDEX + 1] = {
958 static const uint8_t wpi_dsp_gain_5ghz[WPI_MAX_PWR_INDEX + 1] = {
H A Dif_wpi.c3785 if (idx > WPI_MAX_PWR_INDEX)
3786 return WPI_MAX_PWR_INDEX;

Completed in 53 milliseconds