Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddma.c80 mt7615_tx_mcu_int_mask(dev)); in mt7615_poll_tx()
295 mask = MT_INT_RX_DONE_ALL | mt7615_tx_mcu_int_mask(dev); in mt7615_dma_init()
H A Dmmio.c89 u32 intr, mask = 0, tx_mcu_mask = mt7615_tx_mcu_int_mask(dev); in mt7615_irq_tasklet()
H A Dmt7615.h442 static inline u32 mt7615_tx_mcu_int_mask(struct mt7615_dev *dev) in mt7615_tx_mcu_int_mask() function