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

/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v4k.h58 uint8_t opCapFlags; member in struct:BaseEepHeader4k
H A Dah_eeprom_v14.c65 return pBase->opCapFlags;
94 return pBase->opCapFlags & AR5416_OPFLAGS_11A ?
99 return pBase->opCapFlags & AR5416_OPFLAGS_11G ?
107 case AR_EEP_MAXQCU: /* NB: not in opCapFlags */
108 case AR_EEP_KCENTRIES: /* NB: not in opCapFlags */
H A Dah_eeprom_v4k.c64 return pBase->opCapFlags;
85 return pBase->opCapFlags & AR5416_OPFLAGS_11A ?
90 return pBase->opCapFlags & AR5416_OPFLAGS_11G ?
98 case AR_EEP_MAXQCU: /* NB: not in opCapFlags */
99 case AR_EEP_KCENTRIES: /* NB: not in opCapFlags */
H A Dah_eeprom_v14.h153 uint8_t opCapFlags; member in struct:BaseEepHeader
/netbsd-current/sys/dev/usb/
H A Dif_otusreg.h401 /* Possible flags for opCapFlags. */
427 uint8_t opCapFlags; member in struct:BaseEepHeader
H A Dif_otus.c814 sc->sc_capflags = sc->sc_eeprom.baseEepHeader.opCapFlags;
840 if (sc->sc_eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
847 if (sc->sc_eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
919 if (sc->sc_eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
929 if (sc->sc_eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
/netbsd-current/sys/dev/ic/
H A Darn5008reg.h954 uint8_t opCapFlags; member in struct:ar_base_eep_header
H A Darn5008.c231 if (base->opCapFlags & AR_OPFLAGS_11A)
233 if (base->opCapFlags & AR_OPFLAGS_11G)
235 if (base->opCapFlags & AR_OPFLAGS_11N)
258 !(base->opCapFlags & AR_OPFLAGS_11A)) {
H A Darn9287reg.h82 uint8_t opCapFlags; member in struct:ar9287_base_eep_header
H A Darn5416reg.h49 uint8_t opCapFlags; member in struct:ar5416_base_eep_header
H A Darn9285reg.h174 uint8_t opCapFlags; member in struct:ar9285_base_eep_header

Completed in 298 milliseconds