Searched refs:listSize (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.c52 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, argument
61 if (target >= pList[listSize - 1]) {
62 *indexL = *indexR = (u16) (listSize - 1);
66 for (i = 0; i < listSize - 1; i++) {
H A Deeprom.h677 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,

Completed in 261 milliseconds