/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5112.c | 48 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 D | ar2316.c | 252 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 D | ar2317.c | 229 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 D | ar2413.c | 246 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 D | ar2425.c | 247 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 D | ar5413.c | 288 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 D | ar5111.c | 57 const uint16_t *pList, uint16_t listSize,
|
H A D | ar5212_reset.c | 66 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 D | ah.c | 1367 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 D | ah_internal.h | 976 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 133 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 D | athrd.c | 1280 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()
|