Searched defs:currPwr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom.c139 u8 currPwr = pwrMin; local
143 ath9k_hw_get_lower_upper_index(currPwr, pPwrList,
153 k = (u16)(((currPwr - pPwrList[idxL]) * pVpdList[idxR] +
154 (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
157 currPwr += 2;

Completed in 56 milliseconds