Home
last modified time | relevance | path

Searched refs:ah_enterprise_mode (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c2325 ahp->ah_enterprise_mode = REG_READ(AR_SOC_RST_OTP_INTF); in ar9300_attach()
2327 ahp->ah_enterprise_mode = ahp->ah_enterprise_mode << 12; in ar9300_attach()
2329 ath_hal_printf (ah, "Enterprise mode: 0x%08x\n", ahp->ah_enterprise_mode); in ar9300_attach()
2333 ahp->ah_enterprise_mode = OS_REG_READ(ah, AR_ENT_OTP); in ar9300_attach()
2919 p_cap->halMciSupport = (ahp->ah_enterprise_mode & in ar9300_fill_capability_info()
3011 !(ahp->ah_enterprise_mode & AR_ENT_OTP_10MHZ_DISABLE); in ar9300_fill_capability_info()
3013 !(ahp->ah_enterprise_mode & AR_ENT_OTP_5MHZ_DISABLE); in ar9300_fill_capability_info()
3019 p_cap->hal49GhzSupport = !(ahp->ah_enterprise_mode & AR_ENT_OTP_49GHZ_DISABLE); in ar9300_fill_capability_info()
H A Dar9300_misc.c866 *result = ahp->ah_enterprise_mode >> 16; in ar9300_get_capability()
873 if ((ahp->ah_enterprise_mode & AR_ENT_OTP_MIN_PKT_SIZE_DISABLE) && in ar9300_get_capability()
H A Dar9300.h774 u_int32_t ah_enterprise_mode; member
H A Dar9300_reset.c3618 if (ahp->ah_enterprise_mode & AR_ENT_OTP_CHAIN2_DISABLE) { in ar9300_init_cal_internal()