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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c357 uint32_t macmode; local
361 macmode = AR_2040_JOINED_RX_CLEAR;
363 macmode = 0;
365 OS_REG_WRITE(ah, AR_2040_MODE, macmode);
H A Dar5416_reset.c2586 HAL_HT_MACMODE macmode; /* MAC - 20/40 mode */ local
2607 macmode = HAL_HT_MACMODE_2040;
2609 macmode = HAL_HT_MACMODE_20;
2613 ar5416Set11nMac2040(ah, macmode);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c337 HAL_HT_MACMODE macmode; local
340 macmode =
344 r = ar9300_reset(ah, opmode, chan, macmode,
H A Dar9300_ani.c294 ar9300_ani_init_defaults(struct ath_hal *ah, HAL_HT_MACMODE macmode) argument
308 "%s: ver %d.%d opmode %u chan %d Mhz/0x%x macmode %d\n",
310 AH_PRIVATE(ah)->ah_opmode, chan->ic_freq, chan->ic_flags, macmode);
H A Dar9300_reset.c844 HAL_HT_MACMODE macmode)
899 ar9300_set_11n_mac2040(ah, macmode);
1235 HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode)
1266 ar9300_set_11n_regs(ah, chan, macmode);
2855 HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode)
3151 ar9300_set_11n_regs(ah, chan, macmode);
4477 HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask,
4755 if (ar9300_channel_change(ah, chan, ichan, macmode)) {
4850 ecode = ar9300_process_ini(ah, chan, ichan, macmode);
5012 ar9300_ani_init_defaults(ah, macmode);
843 ar9300_set_11n_regs(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_HT_MACMODE macmode) argument
1234 ar9300_channel_change(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode) argument
2854 ar9300_process_ini(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode) argument
4476 ar9300_reset(struct ath_hal *ah, HAL_OPMODE opmode, struct ieee80211_channel *chan, HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask, HAL_HT_EXTPROTSPACING extprotspacing, HAL_BOOL b_channel_change, HAL_STATUS *status, int is_scan) argument
[all...]
H A Dar9300.h1403 struct ieee80211_channel *chan, HAL_HT_MACMODE macmode, u_int8_t txchainmask,
1407 HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask);
1463 extern void ar9300_ani_init_defaults(struct ath_hal *ah, HAL_HT_MACMODE macmode);
H A Dar9300_misc.c1859 u_int32_t macmode; local
1864 macmode = AR_2040_JOINED_RX_CLEAR;
1866 macmode = 0;
1868 OS_REG_WRITE(ah, AR_2040_MODE, macmode);

Completed in 307 milliseconds