Home
last modified time | relevance | path

Searched refs:AR_MCI_INTERRUPT_RX_MSG_CONT_RST (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dreg_mci.h121 #define AR_MCI_INTERRUPT_RX_MSG_CONT_RST 0x00000010 macro
302 AR_MCI_INTERRUPT_RX_MSG_CONT_RST)
H A Dmci.c621 if (mci_int_rxmsg & AR_MCI_INTERRUPT_RX_MSG_CONT_RST) in ath_mci_intr()
622 mci_int_rxmsg &= ~AR_MCI_INTERRUPT_RX_MSG_CONT_RST; in ath_mci_intr()
H A Dar9003_mci.c285 AR_MCI_INTERRUPT_RX_MSG_CONT_RST); in ar9003_mci_prep_interface()