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

/freebsd-10.0-release/tools/tools/ath/athprom/
H A Dathprom.c358 for (i = start; i < eeprom.ee_numCtls && eeprom.ee_ctl[i]; i++) {
359 switch (eeprom.ee_ctl[i] & 3) {
764 fprintf(fd, "0x%2x", eeprom.ee_ctl[curctl] & 0xff);
771 fprintf(fd, "%8s", ctlType[eeprom.ee_ctl[curctl] & CTL_MODE_M]);
777 fprintf(fd, "%s", ctlRD[(eeprom.ee_ctl[curctl] >> 4) & 7]);
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h416 uint16_t ee_ctl[NUM_CTLS_MAX]; member in struct:__anon7516
H A Dah_eeprom_v3.c1032 if (ee->ee_ctl[i] == 0) {
1092 if ((ee->ee_ctl[i] & CTL_MODE_M) == CTL_11A ||
1093 (ee->ee_ctl[i] & CTL_MODE_M) == CTL_TURBO) {
1431 ee->ee_ctl[i] = (eeval >> 8) & 0xff;
1432 ee->ee_ctl[i+1] = eeval & 0xff;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2161 if (ee->ee_ctl[i] == 0)
2163 if (ee->ee_ctl[i] == cfgCtl ||
2164 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2183 if (ee->ee_ctl[i] == 0)
2185 if (ee->ee_ctl[i] == cfgCtl ||
2186 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1357 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) {

Completed in 82 milliseconds