Home
last modified time | relevance | path

Searched refs:indexR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1368 uint16_t *indexL, uint16_t *indexR) in ath_ee_getLowerUpperIndex() argument
1376 *indexL = *indexR = 0; in ath_ee_getLowerUpperIndex()
1380 *indexL = *indexR = (uint16_t)(listSize - 1); in ath_ee_getLowerUpperIndex()
1391 *indexL = *indexR = i; in ath_ee_getLowerUpperIndex()
1400 *indexR = (uint16_t)(i + 1); in ath_ee_getLowerUpperIndex()
1405 *indexL = *indexR = 0; in ath_ee_getLowerUpperIndex()
H A Dah_internal.h976 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);