Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c71 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
869 uint16_t *indexL, uint16_t *indexR) in getLowerUpperIndex() argument
877 *indexL = *indexR = 0; in getLowerUpperIndex()
881 *indexL = *indexR = (uint16_t)(listSize - 1); in getLowerUpperIndex()
892 *indexL = *indexR = i; in getLowerUpperIndex()
901 *indexR = (uint16_t)(i + 1); in getLowerUpperIndex()
906 *indexL = *indexR = 0; in getLowerUpperIndex()
H A Dar5416_reset.c82 uint16_t listSize, uint16_t *indexL, uint16_t *indexR);
2109 uint16_t *indexL, uint16_t *indexR) in getLowerUpperIndex() argument
2117 *indexL = *indexR = 0; in getLowerUpperIndex()
2121 *indexL = *indexR = (uint16_t)(listSize - 1); in getLowerUpperIndex()
2132 *indexL = *indexR = i; in getLowerUpperIndex()
2141 *indexR = (uint16_t)(i + 1); in getLowerUpperIndex()