HomeSort by: relevance | last modified time | path
    Searched refs:WPI_MAX_PWR_INDEX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wpireg.h 668 #define WPI_MAX_PWR_INDEX 77
673 static const uint8_t wpi_rf_gain_2ghz[WPI_MAX_PWR_INDEX + 1] = {
684 static const uint8_t wpi_rf_gain_5ghz[WPI_MAX_PWR_INDEX + 1] = {
699 static const uint8_t wpi_dsp_gain_2ghz[WPI_MAX_PWR_INDEX + 1] = {
710 static const uint8_t wpi_dsp_gain_5ghz[WPI_MAX_PWR_INDEX + 1] = {
if_wpi.c 2656 if (idx > WPI_MAX_PWR_INDEX)
2657 return WPI_MAX_PWR_INDEX;

Completed in 93 milliseconds