Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah.c1273 uint16_t *indexL, uint16_t *indexR) in ath_ee_getLowerUpperIndex() argument
1281 *indexL = *indexR = 0; in ath_ee_getLowerUpperIndex()
1285 *indexL = *indexR = (uint16_t)(listSize - 1); in ath_ee_getLowerUpperIndex()
1296 *indexL = *indexR = i; in ath_ee_getLowerUpperIndex()
1305 *indexR = (uint16_t)(i + 1); in ath_ee_getLowerUpperIndex()
1310 *indexL = *indexR = 0; in ath_ee_getLowerUpperIndex()
HDah_internal.h977 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);