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

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h150 uint8_t ctlIndex[AR9287_NUM_CTLS]; member in struct:ar9287_eeprom
H A Dah_eeprom_v4k.h169 uint8_t ctlIndex[AR5416_4K_NUM_CTLS]; member in struct:ar5416eeprom_4k
H A Dah_eeprom_9287.c251 for (i = 0; ee->ee_base.ctlIndex[i] != 0 && i < AR9287_NUM_CTLS; i++) {
261 (ee->ee_base.ctlIndex[i] & CTL_MODE_M) != CTL_11A);
H A Dah_eeprom_v14.c288 for (i = 0; ee->ee_base.ctlIndex[i] != 0 && i < AR5416_NUM_CTLS; i++) {
298 (ee->ee_base.ctlIndex[i] & CTL_MODE_M) != CTL_11A);
H A Dah_eeprom_v4k.c240 for (i = 0; ee->ee_base.ctlIndex[i] != 0 && i < AR5416_4K_NUM_CTLS; i++) {
250 (ee->ee_base.ctlIndex[i] & CTL_MODE_M) != CTL_11A);
H A Dah_eeprom_v14.h279 uint8_t ctlIndex[AR5416_NUM_CTLS]; member in struct:ar5416eeprom
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c285 if (eep->ee_base.ctlIndex[i] == 0)
287 printf("| ctlIndex: offset %d, value %d\n", i, eep->ee_base.ctlIndex[i]);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c267 if (eep->ee_base.ctlIndex[i] == 0)
269 printf("| ctlIndex: offset %d, value %d\n", i, eep->ee_base.ctlIndex[i]);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c227 * The inner loop walks through each ctlIndex entry in EEPROM.
243 for (i = 0; (i < AR9287_NUM_CTLS) && pEepData->ctlIndex[i]; i++) {
247 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
249 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
H A Dar9285_reset.c471 * The inner loop walks through each ctlIndex entry in EEPROM.
487 for (i = 0; (i < AR5416_4K_NUM_CTLS) && pEepData->ctlIndex[i]; i++) {
491 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
493 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c390 if (eep->ee_base.ctlIndex[i] == 0)
392 printf("| ctlIndex: offset %d, value %d\n", i, eep->ee_base.ctlIndex[i]);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1940 * The inner loop walks through each ctlIndex entry in EEPROM.
1956 for (i = 0; (i < AR5416_NUM_CTLS) && pEepData->ctlIndex[i]; i++) {
1960 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
1962 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h852 uint8_t ctlIndex[AR5416_NUM_CTLS]; member in struct:ar5416eeprom

Completed in 317 milliseconds