Home
last modified time | relevance | path

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

/dragonfly/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.c1930 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_set_reset_reg()
3646 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && in ar9300_init_cal_internal()
3760 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && in ar9300_init_cal_internal()
4499 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && in ar9300_reset()
4556 if ((AH_PRIVATE(ah)->ah_caps.halMciSupport) && in ar9300_reset()
4758 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && ahp->ah_mci_ready) in ar9300_reset()
4770 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_reset()
4868 if (AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_reset()
5014 if (!AH_PRIVATE(ah)->ah_caps.halMciSupport) { in ar9300_reset()
5110 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.c2910 p_cap->halMciSupport = AH_FALSE; in ar9300_fill_capability_info()
2915 p_cap->halMciSupport = (ahp->ah_enterprise_mode & in ar9300_fill_capability_info()
2920 __func__, p_cap->halMciSupport); in ar9300_fill_capability_info()
2923 p_cap->halMciSupport = AH_FALSE; in ar9300_fill_capability_info()
H A Dar9300_mci.c1342 if (AH_PRIVATE(ah)->ah_caps.halMciSupport && ahp->ah_mci_ready) { in ar9300_mci_state()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h266 halMciSupport : 1, member