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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2325 ahp->ah_enterprise_mode = REG_READ(AR_SOC_RST_OTP_INTF);
2327 ahp->ah_enterprise_mode = ahp->ah_enterprise_mode << 12;
2329 ath_hal_printf (ah, "Enterprise mode: 0x%08x\n", ahp->ah_enterprise_mode);
2333 ahp->ah_enterprise_mode = OS_REG_READ(ah, AR_ENT_OTP);
2918 p_cap->halMciSupport = (ahp->ah_enterprise_mode &
3010 !(ahp->ah_enterprise_mode & AR_ENT_OTP_10MHZ_DISABLE);
3012 !(ahp->ah_enterprise_mode & AR_ENT_OTP_5MHZ_DISABLE);
3018 p_cap->hal49GhzSupport = !(ahp->ah_enterprise_mode & AR_ENT_OTP_49GHZ_DISABLE);
H A Dar9300.h786 u_int32_t ah_enterprise_mode; member in struct:ath_hal_9300
H A Dar9300_misc.c863 *result = ahp->ah_enterprise_mode >> 16;
870 if ((ahp->ah_enterprise_mode & AR_ENT_OTP_MIN_PKT_SIZE_DISABLE) &&
H A Dar9300_reset.c3580 if (ahp->ah_enterprise_mode & AR_ENT_OTP_CHAIN2_DISABLE) {

Completed in 194 milliseconds