Home
last modified time | relevance | path

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

/drivers/staging/agnx/
Dphy.h212 #define IRQ_TX_BEACON 0x1 /* TX Beacon */ macro
Dxmit.c493 if (status & IRQ_TX_BEACON) { in handle_other_irq()
494 iowrite32(IRQ_TX_BEACON, ctl + AGNX_INT_STAT); in handle_other_irq()
Dphy.c680 reg = 0xc390bf9 & ~IRQ_TX_BEACON; in chip_init()