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

/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c359 for (i = start; i < eeprom.ee_numCtls && eeprom.ee_ctl[i]; i++) {
360 switch (eeprom.ee_ctl[i] & 3) {
765 fprintf(fd, "0x%2x", eeprom.ee_ctl[curctl] & 0xff);
772 fprintf(fd, "%8s", ctlType[eeprom.ee_ctl[curctl] & CTL_MODE_M]);
778 fprintf(fd, "%s", ctlRD[(eeprom.ee_ctl[curctl] >> 4) & 7]);
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h417 uint16_t ee_ctl[NUM_CTLS_MAX]; member in struct:__anon11468
H A Dah_eeprom_v3.c1034 if (ee->ee_ctl[i] == 0) {
1094 if ((ee->ee_ctl[i] & CTL_MODE_M) == CTL_11A ||
1095 (ee->ee_ctl[i] & CTL_MODE_M) == CTL_TURBO) {
1433 ee->ee_ctl[i] = (eeval >> 8) & 0xff;
1434 ee->ee_ctl[i+1] = eeval & 0xff;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2164 if (ee->ee_ctl[i] == 0)
2166 if (ee->ee_ctl[i] == cfgCtl ||
2167 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2186 if (ee->ee_ctl[i] == 0)
2188 if (ee->ee_ctl[i] == cfgCtl ||
2189 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1360 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) {

Completed in 167 milliseconds