Home
last modified time | relevance | path

Searched refs:AR_EEP_OPCAP (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah_eeprom.h86 AR_EEP_OPCAP, /* uint16_t* */ enumerator
Dah_eeprom_9287.c60 case AR_EEP_OPCAP: in v9287EepromGet()
Dah_eeprom_v4k.c61 case AR_EEP_OPCAP: in v4kEepromGet()
Dah_eeprom_v14.c62 case AR_EEP_OPCAP: in v14EepromGet()
Dah_eeprom_v3.c1566 case AR_EEP_OPCAP: in legacyEepromGet()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c715 if (ath_hal_eepromGet(ah, AR_EEP_OPCAP, &capField) != HAL_OK) { in ar5212FillCapabilityInfo()