Searched refs:pList (Results 1 – 2 of 2) sorted by relevance
51 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, in ath9k_hw_get_lower_upper_index() argument56 if (target <= pList[0]) { in ath9k_hw_get_lower_upper_index()60 if (target >= pList[listSize - 1]) { in ath9k_hw_get_lower_upper_index()66 if (pList[i] == target) { in ath9k_hw_get_lower_upper_index()70 if (target < pList[i + 1]) { in ath9k_hw_get_lower_upper_index()
677 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
Completed in 14 milliseconds