Home
last modified time | relevance | path

Searched refs:numIntercepts (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2317.c283 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 Dar2316.c306 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 Dar2413.c300 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 Dar2425.c301 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 Dar5413.c335 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 Dar9285_reset.c826 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 Dar5416_reset.c85 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()