Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dreg_mci.h119 #define AR_MCI_INTERRUPT_RX_MSG_CONT_INFO 0x00000008 macro
301 AR_MCI_INTERRUPT_RX_MSG_CONT_INFO | \
Dmci.c602 if (mci_int_rxmsg & AR_MCI_INTERRUPT_RX_MSG_CONT_INFO) { in ath_mci_intr()
606 mci_int_rxmsg &= ~AR_MCI_INTERRUPT_RX_MSG_CONT_INFO; in ath_mci_intr()
Dar9003_mci.c386 if (rx_msg_intr & AR_MCI_INTERRUPT_RX_MSG_CONT_INFO) in ar9003_mci_get_isr()