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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c359 uint32_t macmode; local
363 macmode = AR_2040_JOINED_RX_CLEAR;
365 macmode = 0;
367 OS_REG_WRITE(ah, AR_2040_MODE, macmode);
H A Dar5416_reset.c2595 HAL_HT_MACMODE macmode; /* MAC - 20/40 mode */ local
2616 macmode = HAL_HT_MACMODE_2040;
2618 macmode = HAL_HT_MACMODE_20;
2622 ar5416Set11nMac2040(ah, macmode);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_freebsd.c533 HAL_HT_MACMODE macmode; local
536 macmode =
540 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.c867 HAL_HT_MACMODE macmode)
922 ar9300_set_11n_mac2040(ah, macmode);
1258 HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode)
1289 ar9300_set_11n_regs(ah, chan, macmode);
2893 HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode)
3189 ar9300_set_11n_regs(ah, chan, macmode);
4516 HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask,
4794 if (ar9300_channel_change(ah, chan, ichan, macmode)) {
4889 ecode = ar9300_process_ini(ah, chan, ichan, macmode);
5051 ar9300_ani_init_defaults(ah, macmode);
866 ar9300_set_11n_regs(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_HT_MACMODE macmode) argument
1257 ar9300_channel_change(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode) argument
2892 ar9300_process_ini(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_CHANNEL_INTERNAL *ichan, HAL_HT_MACMODE macmode) argument
4515 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, HAL_RESET_TYPE reset_type, int is_scan) argument
[all...]
H A Dar9300.h1391 struct ieee80211_channel *chan, HAL_HT_MACMODE macmode, u_int8_t txchainmask,
1395 HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask);
1451 extern void ar9300_ani_init_defaults(struct ath_hal *ah, HAL_HT_MACMODE macmode);
H A Dar9300_misc.c1878 u_int32_t macmode; local
1883 macmode = AR_2040_JOINED_RX_CLEAR;
1885 macmode = 0;
1887 OS_REG_WRITE(ah, AR_2040_MODE, macmode);

Completed in 139 milliseconds