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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c122 .tempSlope = 36,
330 .tempSlope = 68,
1640 int tempSlope = 0; local
1669 tempSlope = eep->modalHeader2G.tempSlope;
1671 tempSlope = eep->modalHeader5G.tempSlope;
1673 REG_RMW_FIELD(ah, AR_PHY_TPC_19, AR_PHY_TPC_19_ALPHA_THERM, tempSlope);
H A Dar9003_eeprom.h216 int8_t tempSlope; member in struct:ar9300_modal_eep_header

Completed in 25 milliseconds