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

/openbsd-current/sys/dev/usb/
H A Dif_otus.c307 sc->capflags = sc->eeprom.baseEepHeader.opCapFlags;
329 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
336 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
393 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
403 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
H A Dif_otusreg.h680 /* Possible flags for opCapFlags. */
706 uint8_t opCapFlags; member in struct:BaseEepHeader
/openbsd-current/sys/dev/ic/
H A Dar5008.c224 if (base->opCapFlags & AR_OPFLAGS_11A) {
226 if ((base->opCapFlags & AR_OPFLAGS_11N_5G20) == 0)
229 if ((base->opCapFlags & AR_OPFLAGS_11N_5G40) == 0)
233 if (base->opCapFlags & AR_OPFLAGS_11G) {
235 if ((base->opCapFlags & AR_OPFLAGS_11N_2G20) == 0)
238 if ((base->opCapFlags & AR_OPFLAGS_11N_2G40) == 0)
265 !(base->opCapFlags & AR_OPFLAGS_11A)) {
H A Dar5008reg.h966 uint8_t opCapFlags; member in struct:ar_base_eep_header
H A Dar9287reg.h80 uint8_t opCapFlags; member in struct:ar9287_base_eep_header
H A Dar9285reg.h173 uint8_t opCapFlags; member in struct:ar9285_base_eep_header
H A Dar5416reg.h48 uint8_t opCapFlags; member in struct:ar5416_base_eep_header

Completed in 99 milliseconds