Searched refs:sync_cause (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c70 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; local
96 o_sync_cause = sync_cause = OS_REG_READ(ah, AR_INTR_SYNC_CAUSE);
97 sync_cause &= AR_INTR_SYNC_DEFAULT;
100 if (isr == 0 && sync_cause == 0)
227 if (sync_cause != 0) {
228 HALDEBUG(ah, HAL_DEBUG_INTERRUPT, "%s: sync_cause=0x%x\n",
231 if (sync_cause & (AR_INTR_SYNC_HOST1_FATAL | AR_INTR_SYNC_HOST1_PERR)) {
234 if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
246 AH_PRIVATE(ah)->ah_fatalState[1] = sync_cause;
249 __func__, isr, sync_cause);
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c92 u_int32_t sync_cause = 0; local
160 sync_cause =
164 if (!isr && !sync_cause && !async_cause) {
170 "%s: isr=0x%x, sync_cause=0x%x, async_cause=0x%x\n",
173 sync_cause,
405 if (sync_cause) {
417 if (sync_cause & host1_fatal) {
424 if (sync_cause & host1_perr) {
431 if (sync_cause & radm_cpl_timeout) {
440 if (sync_cause
[all...]

Completed in 141 milliseconds