Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/mscc/
Dmscc.h67 #define MII_VSC85XX_INT_MASK_LINK_CHG BIT(13) macro
73 MII_VSC85XX_INT_MASK_LINK_CHG | \
Dmscc_main.c1813 if (irq_status & MII_VSC85XX_INT_MASK_LINK_CHG) in vsc8584_handle_interrupt()