Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/
Dsky2.h468 Y2_IS_IRQ_STAT = 1<<26, /* Status exception interrupt */ enumerator
491 Y2_HWE_ALL_MASK = Y2_IS_TIST_OV | Y2_IS_MST_ERR | Y2_IS_IRQ_STAT |
Dsky2.c2854 if (status & (Y2_IS_MST_ERR | Y2_IS_IRQ_STAT)) { in sky2_hw_intr()