Home
last modified time | relevance | path

Searched refs:halChanQuarterRate (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar9001/
HDar9130_attach.c311 pCap->halChanQuarterRate = AH_FALSE; in ar9130FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c373 pCap->halChanQuarterRate = AH_FALSE; in ar5210FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c508 pCap->halChanQuarterRate = AH_FALSE; in ar5211FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c123 if (AH_PRIVATE(ah)->ah_caps.halChanQuarterRate) in ar5212GetWirelessModes()
135 if (AH_PRIVATE(ah)->ah_caps.halChanQuarterRate) in ar5212GetWirelessModes()
HDar5212_attach.c873 pCap->halChanQuarterRate = AH_TRUE; in ar5212FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h236 halChanQuarterRate : 1, member
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c968 pCap->halChanQuarterRate = AH_TRUE; in ar5416FillCapabilityInfo()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_phy.c325 if (p_cap->halChanQuarterRate) { in ar9300_get_rate_table()
HDar9300_attach.c3007 p_cap->halChanQuarterRate = in ar9300_fill_capability_info()
/NextBSD/tools/tools/ath/athrd/
HDathrd.c1034 ahp.ah_caps.halChanQuarterRate = AH_TRUE; in main()