Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c191 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
208 if (p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
245 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
287 if (p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
306 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
322 if (!p_cap->halIsrRacSupport) { in ar9300_get_pending_interrupts()
H A Dar9300_attach.c2978 p_cap->halIsrRacSupport = AH_TRUE; in ar9300_fill_capability_info()
H A Dar9300_reset.c2809 if (p_cap->halIsrRacSupport == AH_FALSE) { in ar9300_override_ini()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h276 uint32_t halIsrRacSupport : 1, member