Home
last modified time | relevance | path

Searched refs:ee_ctl (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/tools/tools/ath/athprom/
HDathprom.c358 for (i = start; i < eeprom.ee_numCtls && eeprom.ee_ctl[i]; i++) { in nextctl()
359 switch (eeprom.ee_ctl[i] & 3) { in nextctl()
764 fprintf(fd, "0x%2x", eeprom.ee_ctl[curctl] & 0xff); in eevar()
771 fprintf(fd, "%8s", ctlType[eeprom.ee_ctl[curctl] & CTL_MODE_M]); in eevar()
777 fprintf(fd, "%s", ctlRD[(eeprom.ee_ctl[curctl] >> 4) & 7]); in eevar()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_eeprom_v3.c1032 if (ee->ee_ctl[i] == 0) { in readEepromCTLInfo()
1092 if ((ee->ee_ctl[i] & CTL_MODE_M) == CTL_11A || in readEepromCTLInfo()
1093 (ee->ee_ctl[i] & CTL_MODE_M) == CTL_TURBO) { in readEepromCTLInfo()
1431 ee->ee_ctl[i] = (eeval >> 8) & 0xff; in readHeaderInfo()
1432 ee->ee_ctl[i+1] = eeval & 0xff; in readHeaderInfo()
HDah_eeprom_v3.h416 uint16_t ee_ctl[NUM_CTLS_MAX]; member
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c2164 if (ee->ee_ctl[i] == 0) in ar5212SetRateTable()
2166 if (ee->ee_ctl[i] == cfgCtl || in ar5212SetRateTable()
2167 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) { in ar5212SetRateTable()
2186 if (ee->ee_ctl[i] == 0) in ar5212SetRateTable()
2188 if (ee->ee_ctl[i] == cfgCtl || in ar5212SetRateTable()
2189 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) { in ar5212SetRateTable()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c1358 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) { in ar5211SetTransmitPower()