Searched refs:numIntercepts (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar2317.c | 283 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2317FillVpdTable() argument 292 if (numIntercepts < 2) in ar2317FillVpdTable() 296 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable() 300 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2317FillVpdTable() 301 idxL = numIntercepts - 2; /* extrapolate above */ in ar2317FillVpdTable()
|
| H A D | ar2316.c | 306 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2316FillVpdTable() argument 315 if (numIntercepts < 2) in ar2316FillVpdTable() 319 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable() 323 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2316FillVpdTable() 324 idxL = numIntercepts - 2; /* extrapolate above */ in ar2316FillVpdTable()
|
| H A D | ar2413.c | 300 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2413FillVpdTable() argument 309 if (numIntercepts < 2) in ar2413FillVpdTable() 314 numIntercepts, &(idxL), &(idxR)); in ar2413FillVpdTable() 317 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2413FillVpdTable() 318 idxL = numIntercepts - 2; /* extrapolate above */ in ar2413FillVpdTable()
|
| H A D | ar2425.c | 301 uint16_t numIntercepts, in ar2425FillVpdTable() argument 311 if (numIntercepts < 2) in ar2425FillVpdTable() 316 numIntercepts, &(idxL), &(idxR)); in ar2425FillVpdTable() 319 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2425FillVpdTable() 320 idxL = numIntercepts - 2; /* extrapolate above */ in ar2425FillVpdTable()
|
| H A D | ar5413.c | 335 uint16_t numIntercepts, in ar5413FillVpdTable() argument 345 if (numIntercepts < 2) in ar5413FillVpdTable() 350 numIntercepts, &(idxL), &(idxR)); in ar5413FillVpdTable() 353 if (idxL == (uint32_t)(numIntercepts - 1)) in ar5413FillVpdTable() 354 idxL = numIntercepts - 2; /* extrapolate above */ in ar5413FillVpdTable()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9285_reset.c | 826 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ar9285FillVpdTable() argument 834 getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ar9285FillVpdTable() 838 if (idxL == numIntercepts - 1) in ar9285FillVpdTable() 839 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ar9285FillVpdTable()
|
| H A D | ar5416_reset.c | 85 uint16_t numIntercepts, uint8_t *pRetVpdList); 2157 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ar5416FillVpdTable() argument 2165 getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ar5416FillVpdTable() 2169 if (idxL == numIntercepts - 1) in ar5416FillVpdTable() 2170 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ar5416FillVpdTable()
|