Home
last modified time | relevance | path

Searched refs:CTL_11B (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom.h115 #define CTL_11B 1 macro
H A Dah_regdomain.c2520 ctl = rd->conformanceTestLimit | CTL_11B; in ath_hal_init_channels()
2798 ctl = SD_NO_CTL | CTL_11B; in ath_hal_getctl()
2813 (ctl & CTL_MODE_M) == CTL_11B) in ath_hal_getctl()
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c325 #define CTL_11B_EXT (CTL_11B | EXT_ADDITIVE) in ar9285SetPowerPerRateTable()
338 CTL_11B, CTL_11G, CTL_2GHT20, CTL_11B_EXT, CTL_11G_EXT, CTL_2GHT40 in ar9285SetPowerPerRateTable()
429 case CTL_11B: in ar9285SetPowerPerRateTable()
H A Dar5416_reset.c1398 #define CTL_11B_EXT (CTL_11B | EXT_ADDITIVE) in ar5416SetPowerPerRateTable()
1415 CTL_11B, CTL_11G, CTL_2GHT20, CTL_11B_EXT, CTL_11G_EXT, CTL_2GHT40 in ar5416SetPowerPerRateTable()
1563 case CTL_11B: in ar5416SetPowerPerRateTable()
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c2044 cfgCtl = (cfgCtl & ~CTL_MODE_M) | CTL_11B; in ar5212SetRateTable()