Home
last modified time | relevance | path

Searched refs:ah_getSpurChan (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v1.c250 AH_PRIVATE(ah)->ah_getSpurChan = v1EepromGetSpurChan; in ath_hal_v1EepromAttach()
H A Dah_internal.h373 uint16_t (*ah_getSpurChan)(struct ath_hal *, int, HAL_BOOL); member
485 AH_PRIVATE(_ah)->ah_getSpurChan(_ah, _ix, _is2G)
H A Dah_eeprom_v4k.c395 AH_PRIVATE(ah)->ah_getSpurChan = v4kEepromGetSpurChan; in ath_hal_v4kEepromAttach()
H A Dah_eeprom_9287.c405 AH_PRIVATE(ah)->ah_getSpurChan = v9287EepromGetSpurChan; in ath_hal_9287EepromAttach()
H A Dah_eeprom_v14.c443 AH_PRIVATE(ah)->ah_getSpurChan = v14EepromGetSpurChan; in ath_hal_v14EepromAttach()
H A Dah_eeprom_v3.c1873 AH_PRIVATE(ah)->ah_getSpurChan = legacyEepromGetSpurChan; in ath_hal_legacyEepromAttach()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c363 AH_PRIVATE(ah)->ah_getSpurChan = ar9300_eeprom_get_spur_chan; in ar9300_eeprom_attach()