Searched refs:numIntercepts (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/ |
| D | ar2425.c | 296 uint16_t numIntercepts, in ar2425FillVpdTable() argument 307 if (numIntercepts < 2) in ar2425FillVpdTable() 312 numIntercepts, &(idxL), &(idxR)); in ar2425FillVpdTable() 315 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2425FillVpdTable() 316 idxL = numIntercepts - 2; /* extrapolate above */ in ar2425FillVpdTable()
|
| D | ar2316.c | 301 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2316FillVpdTable() argument 311 if (numIntercepts < 2) in ar2316FillVpdTable() 315 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable() 319 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2316FillVpdTable() 320 idxL = numIntercepts - 2; /* extrapolate above */ in ar2316FillVpdTable()
|
| D | ar2413.c | 295 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2413FillVpdTable() argument 305 if (numIntercepts < 2) in ar2413FillVpdTable() 310 numIntercepts, &(idxL), &(idxR)); in ar2413FillVpdTable() 313 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2413FillVpdTable() 314 idxL = numIntercepts - 2; /* extrapolate above */ in ar2413FillVpdTable()
|
| D | ar2317.c | 278 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2317FillVpdTable() argument 288 if (numIntercepts < 2) in ar2317FillVpdTable() 292 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable() 296 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2317FillVpdTable() 297 idxL = numIntercepts - 2; /* extrapolate above */ in ar2317FillVpdTable()
|
| D | ar5413.c | 337 uint16_t numIntercepts, in ar5413FillVpdTable() argument 348 if (numIntercepts < 2) in ar5413FillVpdTable() 353 numIntercepts, &(idxL), &(idxR)); in ar5413FillVpdTable() 356 if (idxL == (uint32_t)(numIntercepts - 1)) in ar5413FillVpdTable() 357 idxL = numIntercepts - 2; /* extrapolate above */ in ar5413FillVpdTable()
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ |
| D | ah.c | 1419 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ath_ee_FillVpdTable() argument 1427 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable() 1431 if (idxL == numIntercepts - 1) in ath_ee_FillVpdTable() 1432 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ath_ee_FillVpdTable()
|
| D | ah_internal.h | 980 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,
|