Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ieee802154/
H A Dadf7242.c255 #define IRQ_RX_PKT_RCVD BIT(3) macro
570 IRQ_SFD_TX | IRQ_RX_PKT_RCVD | IRQ_TX_PKT_SENT | in adf7242_clear_irqstat()
953 irq1 & IRQ_RX_PKT_RCVD ? "IRQ_RX_PKT_RCVD\n" : "", in adf7242_debug()
982 if (!(irq1 & (IRQ_RX_PKT_RCVD | IRQ_CSMA_CA))) in adf7242_isr()
1015 } else if (!xmit && (irq1 & IRQ_RX_PKT_RCVD) && in adf7242_isr()
1119 adf7242_write_reg(lp, REG_IRQ1_EN1, IRQ_RX_PKT_RCVD | IRQ_CSMA_CA); in adf7242_hw_init()
1141 irq1 & IRQ_RX_PKT_RCVD ? "IRQ_RX_PKT_RCVD\n" : "", in adf7242_stats_show()