Home
last modified time | relevance | path

Searched refs:listSize (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c48 uint16_t *lp, uint16_t listSize,
565 ar5212GetLowerUpperIndex(uint16_t v, uint16_t *lp, uint16_t listSize, in ar5212GetLowerUpperIndex() argument
569 uint16_t *ep = lp+listSize; in ar5212GetLowerUpperIndex()
580 *vlo = *vhi = listSize - 1; in ar5212GetLowerUpperIndex()
H A Dar2316.c252 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
256 const int16_t *ep = lp+listSize; in GetLowerUpperIndex()
267 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar2317.c229 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
233 const int16_t *ep = lp+listSize; in GetLowerUpperIndex()
244 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar2413.c246 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
250 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
261 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar2425.c247 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
251 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
262 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar5413.c288 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
292 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
303 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar5111.c57 const uint16_t *pList, uint16_t listSize,
H A Dar5212_reset.c66 uint16_t *pList, uint16_t listSize,
2625 ar5212GetLowerUpperValues(uint16_t v, uint16_t *lp, uint16_t listSize, in ar5212GetLowerUpperValues() argument
2629 uint16_t *ep = lp+listSize; in ar5212GetLowerUpperValues()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1367 ath_ee_getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in ath_ee_getLowerUpperIndex() argument
1379 if (target >= pList[listSize-1]) { in ath_ee_getLowerUpperIndex()
1380 *indexL = *indexR = (uint16_t)(listSize - 1); in ath_ee_getLowerUpperIndex()
1385 for (i = 0; i < listSize - 1; i++) { in ath_ee_getLowerUpperIndex()
H A Dah_internal.h976 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c133 const uint16_t *pList, uint16_t listSize,
1813 const uint16_t *pList, uint16_t listSize, in ar5211GetLowerUpperValues() argument
1816 const uint16_t listEndValue = *(pList + listSize - 1); in ar5211GetLowerUpperValues()
1841 for (i = 0; i < listSize; i++) { in ar5211GetLowerUpperValues()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1280 ar5212GetLowerUpperValues(u_int16_t v, u_int16_t *lp, u_int16_t listSize, in ar5212GetLowerUpperValues() argument
1284 u_int16_t *ep = lp+listSize; in ar5212GetLowerUpperValues()