Searched refs:numIntercepts (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar2316.c | 299 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2316FillVpdTable() argument 309 if (numIntercepts < 2) in ar2316FillVpdTable() 313 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable() 317 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2316FillVpdTable() 318 idxL = numIntercepts - 2; /* extrapolate above */ in ar2316FillVpdTable()
|
H A D | ar2317.c | 276 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2317FillVpdTable() argument 286 if (numIntercepts < 2) in ar2317FillVpdTable() 290 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable() 294 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2317FillVpdTable() 295 idxL = numIntercepts - 2; /* extrapolate above */ in ar2317FillVpdTable()
|
H A D | ar2413.c | 293 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2413FillVpdTable() argument 303 if (numIntercepts < 2) in ar2413FillVpdTable() 308 numIntercepts, &(idxL), &(idxR)); in ar2413FillVpdTable() 311 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2413FillVpdTable() 312 idxL = numIntercepts - 2; /* extrapolate above */ in ar2413FillVpdTable()
|
H A D | ar2425.c | 294 uint16_t numIntercepts, in ar2425FillVpdTable() argument 305 if (numIntercepts < 2) in ar2425FillVpdTable() 310 numIntercepts, &(idxL), &(idxR)); in ar2425FillVpdTable() 313 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2425FillVpdTable() 314 idxL = numIntercepts - 2; /* extrapolate above */ in ar2425FillVpdTable()
|
H A D | ar5413.c | 335 uint16_t numIntercepts, in ar5413FillVpdTable() argument 346 if (numIntercepts < 2) in ar5413FillVpdTable() 351 numIntercepts, &(idxL), &(idxR)); in ar5413FillVpdTable() 354 if (idxL == (uint32_t)(numIntercepts - 1)) in ar5413FillVpdTable() 355 idxL = numIntercepts - 2; /* extrapolate above */ in ar5413FillVpdTable()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.c | 1417 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ath_ee_FillVpdTable() argument 1425 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable() 1429 if (idxL == numIntercepts - 1) in ath_ee_FillVpdTable() 1430 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ath_ee_FillVpdTable()
|
H A D | ah_internal.h | 978 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,
|