Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dmicrochip.c337 temp = phy_read(phydev, LAN88XX_INT_MASK); in lan88xx_link_change_notify()
339 phy_write(phydev, LAN88XX_INT_MASK, temp); in lan88xx_link_change_notify()
351 temp = phy_read(phydev, LAN88XX_INT_MASK); in lan88xx_link_change_notify()
353 phy_write(phydev, LAN88XX_INT_MASK, temp); in lan88xx_link_change_notify()
/linux-6.15/include/linux/
H A Dmicrochipphy.h9 #define LAN88XX_INT_MASK (0x19) macro