Home
last modified time | relevance | path

Searched refs:pwrMin (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1416 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, in ath_ee_FillVpdTable() argument
1420 uint8_t currPwr = pwrMin; in ath_ee_FillVpdTable()
1423 HALASSERT(pwrMax > pwrMin); in ath_ee_FillVpdTable()
1424 for (i = 0; i <= (pwrMax - pwrMin) / 2; i++) { in ath_ee_FillVpdTable()
H A Dah_internal.h977 extern HAL_BOOL ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax,