Searched refs:ctlIndex (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Deeprom.h600 u8 ctlIndex[AR5416_NUM_CTLS]; member in struct:ar5416_eeprom_def
620 u8 ctlIndex[AR5416_EEP4K_NUM_CTLS]; member in struct:ar5416_eeprom_4k
640 u8 ctlIndex[AR9287_NUM_CTLS]; member in struct:ar9287_eeprom
H A Dar9003_eeprom.c1933 u8 *ctlIndex; local
2008 * The inner loop walks through each ctlIndex entry in EEPROM.
2029 ctlIndex = pEepData->ctlIndex_2G;
2032 ctlIndex = pEepData->ctlIndex_5G;
2036 for (i = 0; (i < ctlNum) && ctlIndex[i]; i++) {
2039 "pCtlMode 0x%2.2x ctlIndex 0x%2.2x "
2041 i, cfgCtl, pCtlMode[ctlMode], ctlIndex[i],
2051 ctlIndex[i]) ||
2054 ((ctlIndex[i] & CTL_MODE_M) |
H A Deeprom_4k.c516 pEepData->ctlIndex[i]) \
518 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))
610 pEepData->ctlIndex[i]; i++) {
H A Deeprom_9287.c606 pEepData->ctlIndex[i])
610 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))
731 for (i = 0; (i < AR9287_NUM_CTLS) && pEepData->ctlIndex[i]; i++) {
H A Deeprom_def.c1152 for (i = 0; (i < AR5416_NUM_CTLS) && pEepData->ctlIndex[i]; i++) {
1155 pEepData->ctlIndex[i]) ||
1158 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.h406 A_UINT8 ctlIndex[AR5416_NUM_CTLS]; member in struct:ar5416Eeprom
H A Dhpmain.c2801 //for (i = 0; (i < AR5416_NUM_CTLS) && eepromImage->ctlIndex[i]; i++)
2804 if(desired_CtlIndex == eepromImage->ctlIndex[i])
3880 eepromImage->ctlIndex[i+0], eepromImage->ctlIndex[i+1], eepromImage->ctlIndex[i+2], eepromImage->ctlIndex[i+3],
3881 eepromImage->ctlIndex[i+4], eepromImage->ctlIndex[i+5], eepromImage->ctlIndex[i+6], eepromImage->ctlIndex[
[all...]

Completed in 208 milliseconds