Searched refs:opCapFlags (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.c65 return pBase->opCapFlags;
108 return pBase->opCapFlags & AR5416_OPFLAGS_11A ?
113 return pBase->opCapFlags & AR5416_OPFLAGS_11G ?
121 case AR_EEP_MAXQCU: /* NB: not in opCapFlags */
122 case AR_EEP_KCENTRIES: /* NB: not in opCapFlags */
H A Dah_eeprom_v4k.c64 return pBase->opCapFlags;
84 return pBase->opCapFlags & AR5416_OPFLAGS_11A ?
89 return pBase->opCapFlags & AR5416_OPFLAGS_11G ?
97 case AR_EEP_MAXQCU: /* NB: not in opCapFlags */
98 case AR_EEP_KCENTRIES: /* NB: not in opCapFlags */
H A Dah_eeprom_9287.h60 uint8_t opCapFlags; member in struct:base_eep_ar9287_header
H A Dah_eeprom_v4k.h64 uint8_t opCapFlags; member in struct:BaseEepHeader4k
H A Dah_eeprom_9287.c63 return pBase->opCapFlags;
78 return pBase->opCapFlags & AR5416_OPFLAGS_11G ?
86 case AR_EEP_MAXQCU: /* NB: not in opCapFlags */
87 case AR_EEP_KCENTRIES: /* NB: not in opCapFlags */
H A Dah_eeprom_v14.h167 uint8_t opCapFlags; member in struct:BaseEepHeader
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c59 eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c59 eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]);
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c708 } else if (streq(var, "opCapFlags")) {
709 fprintf(fd, "0x%02X", eepromN.baseEepHeader.opCapFlags);
833 if (eepromN.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A)
848 if (eepromN.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G)
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c94 printf("| CapFlags: 0x%.2x\n", eh->opCapFlags);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c697 sc->capflags = sc->eeprom.baseEepHeader.opCapFlags;
729 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
736 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
794 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
804 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
823 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
833 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
H A Dif_otusreg.h730 /* Possible flags for opCapFlags. */
756 uint8_t opCapFlags; member in struct:BaseEepHeader

Completed in 113 milliseconds