Home
last modified time | relevance | path

Searched refs:halMciSupport (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c677 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_power_mode()
685 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_power_mode()
700 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_power_mode()
712 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_power_mode()
1005 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_power_mode_wow_sleep()
1381 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_wow_enable()
1408 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_wow_enable()
H A Dar9300_reset.c1954 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_reset_reg()
3705 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && in ar9300_init_cal_internal()
3819 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && in ar9300_init_cal_internal()
4559 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && in ar9300_reset()
4616 if ((AH_PRIVATE(ah)->ah_caps.halMciSupport) && in ar9300_reset()
4818 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && ahp->ah_mci_ready) in ar9300_reset()
4830 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_reset()
4933 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_reset()
5079 if (!AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_reset()
5175 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && ahp->ah_mci_ready) { in ar9300_reset()
[all …]
H A Dar9300_interrupts.c361 p_cap->halMciSupport) in ar9300_get_pending_interrupts()
H A Dar9300_attach.c2914 p_cap->halMciSupport = AH_FALSE; in ar9300_fill_capability_info()
2919 p_cap->halMciSupport = (ahp->ah_enterprise_mode & in ar9300_fill_capability_info()
2924 __func__, p_cap->halMciSupport); in ar9300_fill_capability_info()
2927 p_cap->halMciSupport = AH_FALSE; in ar9300_fill_capability_info()
H A Dar9300_mci.c1423 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && ahp->ah_mci_ready) { in ar9300_mci_state()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h271 halMciSupport : 1, member