Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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 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()
265 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
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()
264 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
H A Dar5413.c289 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex() argument
293 const uint16_t *ep = lp+listSize; in GetLowerUpperIndex()
307 *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,
2627 ar5212GetLowerUpperValues(uint16_t v, uint16_t *lp, uint16_t listSize, in ar5212GetLowerUpperValues() argument
2631 uint16_t *ep = lp+listSize; in ar5212GetLowerUpperValues()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c1265 ath_ee_getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in ath_ee_getLowerUpperIndex() argument
1277 if (target >= pList[listSize-1]) { in ath_ee_getLowerUpperIndex()
1278 *indexL = *indexR = (uint16_t)(listSize - 1); in ath_ee_getLowerUpperIndex()
1283 for (i = 0; i < listSize - 1; i++) { in ath_ee_getLowerUpperIndex()
H A Dah_internal.h977 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c133 const uint16_t *pList, uint16_t listSize,
1815 const uint16_t *pList, uint16_t listSize, in ar5211GetLowerUpperValues() argument
1818 const uint16_t listEndValue = *(pList + listSize - 1); in ar5211GetLowerUpperValues()
1846 for (i = 0; i < listSize; i++) { in ar5211GetLowerUpperValues()
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1293 ar5212GetLowerUpperValues(u_int16_t v, u_int16_t *lp, u_int16_t listSize, in ar5212GetLowerUpperValues() argument
1297 u_int16_t *ep = lp+listSize; in ar5212GetLowerUpperValues()